Shades of Jade #08C873
Tints of Jade #08C873
RGB
CMYK
RGB Variations
Color information
#08C873 (or 0x08C873) is known color: Jade. HEX triplet: 08, C8 and 73. RGB value is (8,200,115). Sum of RGB (Red+Green+Blue) = 8+200+115=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #08C873 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C873 is #F7378C. Grayscale: #858585. Windows color (decimal): -16201613 or 7587848. OLE color: 7587848.
HSL color Cylindrical-coordinate representation of color #08C873: hue angle of 153.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C873 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 200 | 115 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.22 |
| HSL | 153.44º | 0.92% | 0.41% | - |
| HSV(B) | 153.44º | 0.96% | 0.78% | - |
| XYZ | 23.85 | 42.6 | 23.18 | - |
| YUV | 132.9 | 117.89 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 200 | 115 | 0.96 | 0 | 0.42 | 0.22 | 153.44 | 0.92 | 0.41 |
| Hex | 8 | C8 | 73 | 60 | 0 | 2A | 16 | 99 | 5C | 29 |
| Octal | 10 | 310 | 163 | 140 | 0 | 52 | 26 | 231 | 134 | 51 |
| Binary | 1000 | 11001000 | 1110011 | 1100000 | 0 | 101010 | 10110 | 10011001 | 1011100 | 101001 |
Color Harmonies of #08C873
Complementary color
Monochromatic Colors of #08C873
Black with #08C873
Text Example
Text Example
White with #08C873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C873; }
p { color: rgb(8,200,115); }
H1.HeaderClassName
{
color: #08C873;
}
.AnyTagClassName
{
color: #08C873;
}
</style>
background-color css
<style>
a { background-color: #08C873; }
a { background-color: rgb(8,200,115); }
div.DivClassName
{
background-color: #08C873;
}
.BgClassName
{
background-color: #08C873;
}
</style>
border-color css
<style>
span { border-color: #08C873; }
span { border-color: rgb(8,200,115); }
td.TdClassName
{
border-color: #08C873;
}
.TagClassName
{
border-color: #08C873;
}
</style>