#0DE836

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

Shades of Malachite #0DE836

Tints of Malachite #0DE836

Color information

#0DE836 (or 0x0DE836) is unknown color: approx Malachite. HEX triplet: 0D, E8 and 36. RGB value is (13,232,54). Sum of RGB (Red+Green+Blue) = 13+232+54=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 232 (91.02% from 255 or 77.59% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 232 - color contains mainly: green. Hex color #0DE836 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DE836 is #F217C9. Grayscale: #929292. Windows color (decimal): -15865802 or 3598349. OLE color: 3598349.

HSL color Cylindrical-coordinate representation of color #0DE836: hue angle of 131.23º 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 #0DE836 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB1323254-
CMYK0.9400.770.09
HSL131.23º89.39%48.04%-
HSV(B)131.23º94.4%90.98%-
XYZ29.6958.0713.13-
YUV146.2375.9532.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.35%
GREEN value IS 232 (91.02% from 255) = 77.59%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=4.35%
G=77.59%
B=18.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal13232540.9400.770.09131.2389.3948.04
HexDE8365E04D9835930
Octal153506613601151120313160
Binary1101111010001101101011110010011011001100000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,232,54); }

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

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

 a { background-color: rgb(13,232,54); }

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

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

 span { border-color: rgb(13,232,54); }

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