Shades of Malachite #08CA4D
Tints of Malachite #08CA4D
RGB
CMYK
RGB Variations
Color information
#08CA4D (or 0x08CA4D) is known color: Malachite. HEX triplet: 08, CA and 4D. RGB value is (8,202,77). Sum of RGB (Red+Green+Blue) = 8+202+77=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 202 (79.30% from 255 or 70.38% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CA4D is #F735B2. Grayscale: #828282. Windows color (decimal): -16201139 or 5097992. OLE color: 5097992.
HSL color Cylindrical-coordinate representation of color #08CA4D: hue angle of 141.34º 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 #08CA4D is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 77 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.21 |
| HSL | 141.34º | 0.92% | 0.41% | - |
| HSV(B) | 141.34º | 0.96% | 0.79% | - |
| XYZ | 22.56 | 42.83 | 14.1 | - |
| YUV | 129.74 | 98.23 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 77 | 0.96 | 0 | 0.62 | 0.21 | 141.34 | 0.92 | 0.41 |
| Hex | 8 | CA | 4D | 60 | 0 | 3E | 15 | 8D | 5C | 29 |
| Octal | 10 | 312 | 115 | 140 | 0 | 76 | 25 | 215 | 134 | 51 |
| Binary | 1000 | 11001010 | 1001101 | 1100000 | 0 | 111110 | 10101 | 10001101 | 1011100 | 101001 |
Color Harmonies of #08CA4D
Complementary color
Monochromatic Colors of #08CA4D
Black with #08CA4D
Text Example
Text Example
White with #08CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA4D; }
p { color: rgb(8,202,77); }
H1.HeaderClassName
{
color: #08CA4D;
}
.AnyTagClassName
{
color: #08CA4D;
}
</style>
background-color css
<style>
a { background-color: #08CA4D; }
a { background-color: rgb(8,202,77); }
div.DivClassName
{
background-color: #08CA4D;
}
.BgClassName
{
background-color: #08CA4D;
}
</style>
border-color css
<style>
span { border-color: #08CA4D; }
span { border-color: rgb(8,202,77); }
td.TdClassName
{
border-color: #08CA4D;
}
.TagClassName
{
border-color: #08CA4D;
}
</style>