Shades of Jade #08C573
Tints of Jade #08C573
RGB
CMYK
RGB Variations
Color information
#08C573 (or 0x08C573) is known color: Jade. HEX triplet: 08, C5 and 73. RGB value is (8,197,115). Sum of RGB (Red+Green+Blue) = 8+197+115=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #08C573 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C573 is #F73A8C. Grayscale: #838383. Windows color (decimal): -16202381 or 7587080. OLE color: 7587080.
HSL color Cylindrical-coordinate representation of color #08C573: hue angle of 153.97º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C573 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 197 | 115 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.23 |
| HSL | 153.97º | 0.92% | 0.4% | - |
| HSV(B) | 153.97º | 0.96% | 0.77% | - |
| XYZ | 23.16 | 41.22 | 22.96 | - |
| YUV | 131.14 | 118.88 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 197 | 115 | 0.96 | 0 | 0.42 | 0.23 | 153.97 | 0.92 | 0.4 |
| Hex | 8 | C5 | 73 | 60 | 0 | 2A | 17 | 9A | 5C | 28 |
| Octal | 10 | 305 | 163 | 140 | 0 | 52 | 27 | 232 | 134 | 50 |
| Binary | 1000 | 11000101 | 1110011 | 1100000 | 0 | 101010 | 10111 | 10011010 | 1011100 | 101000 |
Color Harmonies of #08C573
Complementary color
Monochromatic Colors of #08C573
Black with #08C573
Text Example
Text Example
White with #08C573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C573; }
p { color: rgb(8,197,115); }
H1.HeaderClassName
{
color: #08C573;
}
.AnyTagClassName
{
color: #08C573;
}
</style>
background-color css
<style>
a { background-color: #08C573; }
a { background-color: rgb(8,197,115); }
div.DivClassName
{
background-color: #08C573;
}
.BgClassName
{
background-color: #08C573;
}
</style>
border-color css
<style>
span { border-color: #08C573; }
span { border-color: rgb(8,197,115); }
td.TdClassName
{
border-color: #08C573;
}
.TagClassName
{
border-color: #08C573;
}
</style>