#0DCC5E

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

Shades of Malachite #0DCC5E

Tints of Malachite #0DCC5E

Color information

#0DCC5E (or 0x0DCC5E) is unknown color: approx Malachite. HEX triplet: 0D, CC and 5E. RGB value is (13,204,94). Sum of RGB (Red+Green+Blue) = 13+204+94=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 204 (80.08% from 255 or 65.59% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCC5E is #F233A1. Grayscale: #868686. Windows color (decimal): -15872930 or 6212621. OLE color: 6212621.

HSL color Cylindrical-coordinate representation of color #0DCC5E: hue angle of 145.45º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCC5E is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB1320494-
CMYK0.9400.540.2
HSL145.45º88.02%42.55%-
HSV(B)145.45º93.63%80%-
XYZ23.7844.0817.84-
YUV134.35105.2241.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.18%
GREEN value IS 204 (80.08% from 255) = 65.59%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=4.18%
G=65.59%
B=30.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13204940.9400.540.2145.4588.0242.55
HexDCC5E5E0361491582b
Octal153141361360662422113053
Binary11011100110010111101011110011011010100100100011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,204,94); }

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

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

 a { background-color: rgb(13,204,94); }

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

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

 span { border-color: rgb(13,204,94); }

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