#0de934

Color #0DE934 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0DE934

Tints of Malachite #0DE934

Color information

#0DE934 (or 0x0DE934) is unknown color: approx Malachite. HEX triplet: 0D, E9 and 34. RGB value is (13,233,52). Sum of RGB (Red+Green+Blue) = 13+233+52=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 233 (91.41% from 255 or 78.19% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 233 - color contains mainly: green. Hex color #0DE934 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DE934 is #F216CB. Grayscale: #939393. Windows color (decimal): -15865548 or 3467533. OLE color: 3467533.

HSL color Cylindrical-coordinate representation of color #0DE934: hue angle of 130.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE934 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB1323352-
CMYK0.9400.780.09
HSL130.64º89.43%48.24%-
HSV(B)130.64º94.42%91.37%-
XYZ29.9258.6112.98-
YUV146.5974.6132.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 4.36%
GREEN value IS 233 (91.41% from 255) = 78.19%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=4.36%
G=78.19%
B=17.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal13233520.9400.780.09130.6489.4348.24
HexDE9345E04E9835930
Octal153516413601161120313160
Binary1101111010011101001011110010011101001100000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0de934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0de934; }

 p { color: rgb(13,233,52); }

 H1.HeaderClassName
 {
   color: #0de934;
 }
 .AnyTagClassName
 {
   color: #0de934;
 }
</style>
background-color css

<style>
 a { background-color: #0de934; }

 a { background-color: rgb(13,233,52); }

 div.DivClassName
 {
   background-color: #0de934;
 }
 .BgClassName
 {
   background-color: #0de934;
 }
</style>
border-color css

<style>
 span { border-color: #0de934; }

 span { border-color: rgb(13,233,52); }

 td.TdClassName
 {
   border-color: #0de934;
 }
 .TagClassName
 {
   border-color: #0de934;
 }
</style>