#0DEE48

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

Shades of Malachite #0DEE48

Tints of Malachite #0DEE48

Color information

#0DEE48 (or 0x0DEE48) is unknown color: approx Malachite. HEX triplet: 0D, EE and 48. RGB value is (13,238,72). Sum of RGB (Red+Green+Blue) = 13+238+72=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 238 (93.36% from 255 or 73.68% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEE48 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEE48 is #F211B7. Grayscale: #989898. Windows color (decimal): -15864248 or 4779533. OLE color: 4779533.

HSL color Cylindrical-coordinate representation of color #0DEE48: hue angle of 135.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEE48 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB1323872-
CMYK0.9500.700.07
HSL135.73º89.64%49.22%-
HSV(B)135.73º94.54%93.33%-
XYZ31.9161.716.36-
YUV151.882.9629-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.02%
GREEN value IS 238 (93.36% from 255) = 73.68%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=4.02%
G=73.68%
B=22.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal13238720.9500.700.07135.7389.6449.22
HexDEE485F0467885a31
Octal153561101370106721013261
Binary1101111011101001000101111101000110111100010001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DEE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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