Shades of Malachite #08C95C
Tints of Malachite #08C95C
RGB
CMYK
RGB Variations
Color information
#08C95C (or 0x08C95C) is known color: Malachite. HEX triplet: 08, C9 and 5C. RGB value is (8,201,92). Sum of RGB (Red+Green+Blue) = 8+201+92=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 201 (78.91% from 255 or 66.78% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 201 - color contains mainly: green. Hex color #08C95C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C95C is #F736A3. Grayscale: #838383. Windows color (decimal): -16201380 or 6080776. OLE color: 6080776.
HSL color Cylindrical-coordinate representation of color #08C95C: hue angle of 146.11º 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 #08C95C is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 92 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.21 |
| HSL | 146.11º | 0.92% | 0.41% | - |
| HSV(B) | 146.11º | 0.96% | 0.79% | - |
| XYZ | 22.92 | 42.6 | 17.14 | - |
| YUV | 130.87 | 106.06 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 92 | 0.96 | 0 | 0.54 | 0.21 | 146.11 | 0.92 | 0.41 |
| Hex | 8 | C9 | 5C | 60 | 0 | 36 | 15 | 92 | 5C | 29 |
| Octal | 10 | 311 | 134 | 140 | 0 | 66 | 25 | 222 | 134 | 51 |
| Binary | 1000 | 11001001 | 1011100 | 1100000 | 0 | 110110 | 10101 | 10010010 | 1011100 | 101001 |
Color Harmonies of #08C95C
Complementary color
Monochromatic Colors of #08C95C
Black with #08C95C
Text Example
Text Example
White with #08C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C95C; }
p { color: rgb(8,201,92); }
H1.HeaderClassName
{
color: #08C95C;
}
.AnyTagClassName
{
color: #08C95C;
}
</style>
background-color css
<style>
a { background-color: #08C95C; }
a { background-color: rgb(8,201,92); }
div.DivClassName
{
background-color: #08C95C;
}
.BgClassName
{
background-color: #08C95C;
}
</style>
border-color css
<style>
span { border-color: #08C95C; }
span { border-color: rgb(8,201,92); }
td.TdClassName
{
border-color: #08C95C;
}
.TagClassName
{
border-color: #08C95C;
}
</style>