Shades of Malachite #08CA5E
Tints of Malachite #08CA5E
RGB
CMYK
RGB Variations
Color information
#08CA5E (or 0x08CA5E) is known color: Malachite. HEX triplet: 08, CA and 5E. RGB value is (8,202,94). Sum of RGB (Red+Green+Blue) = 8+202+94=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 202 (79.30% from 255 or 66.45% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CA5E is #F735A1. Grayscale: #838383. Windows color (decimal): -16201122 or 6212104. OLE color: 6212104.
HSL color Cylindrical-coordinate representation of color #08CA5E: hue angle of 146.6º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CA5E is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 94 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.21 |
| HSL | 146.6º | 0.92% | 0.41% | - |
| HSV(B) | 146.6º | 0.96% | 0.79% | - |
| XYZ | 23.24 | 43.1 | 17.68 | - |
| YUV | 131.68 | 106.73 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 94 | 0.96 | 0 | 0.53 | 0.21 | 146.6 | 0.92 | 0.41 |
| Hex | 8 | CA | 5E | 60 | 0 | 35 | 15 | 93 | 5C | 29 |
| Octal | 10 | 312 | 136 | 140 | 0 | 65 | 25 | 223 | 134 | 51 |
| Binary | 1000 | 11001010 | 1011110 | 1100000 | 0 | 110101 | 10101 | 10010011 | 1011100 | 101001 |
Color Harmonies of #08CA5E
Complementary color
Monochromatic Colors of #08CA5E
Black with #08CA5E
Text Example
Text Example
White with #08CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA5E; }
p { color: rgb(8,202,94); }
H1.HeaderClassName
{
color: #08CA5E;
}
.AnyTagClassName
{
color: #08CA5E;
}
</style>
background-color css
<style>
a { background-color: #08CA5E; }
a { background-color: rgb(8,202,94); }
div.DivClassName
{
background-color: #08CA5E;
}
.BgClassName
{
background-color: #08CA5E;
}
</style>
border-color css
<style>
span { border-color: #08CA5E; }
span { border-color: rgb(8,202,94); }
td.TdClassName
{
border-color: #08CA5E;
}
.TagClassName
{
border-color: #08CA5E;
}
</style>