#0DE048

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

Shades of Malachite #0DE048

Tints of Malachite #0DE048

Color information

#0DE048 (or 0x0DE048) is unknown color: approx Malachite. HEX triplet: 0D, E0 and 48. RGB value is (13,224,72). Sum of RGB (Red+Green+Blue) = 13+224+72=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 224 (87.89% from 255 or 72.49% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE048 is #F21FB7. Grayscale: #8F8F8F. Windows color (decimal): -15867832 or 4775949. OLE color: 4775949.

HSL color Cylindrical-coordinate representation of color #0DE048: hue angle of 136.78º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE048 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB1322472-
CMYK0.9400.680.12
HSL136.78º89.03%46.47%-
HSV(B)136.78º94.2%87.84%-
XYZ27.9953.8615.05-
YUV143.5887.634.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.21%
GREEN value IS 224 (87.89% from 255) = 72.49%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=4.21%
G=72.49%
B=23.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13224720.9400.680.12136.7889.0346.47
HexDE0485E044C89592e
Octal1534011013601041421113156
Binary11011110000010010001011110010001001100100010011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,224,72); }

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

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

 a { background-color: rgb(13,224,72); }

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

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

 span { border-color: rgb(13,224,72); }

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