Shades of Jade #08C170
Tints of Jade #08C170
RGB
CMYK
RGB Variations
Color information
#08C170 (or 0x08C170) is known color: Jade. HEX triplet: 08, C1 and 70. RGB value is (8,193,112). Sum of RGB (Red+Green+Blue) = 8+193+112=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #08C170 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C170 is #F73E8F. Grayscale: #808080. Windows color (decimal): -16203408 or 7389448. OLE color: 7389448.
HSL color Cylindrical-coordinate representation of color #08C170: hue angle of 153.73º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C170 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 112 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.24 |
| HSL | 153.73º | 0.92% | 0.39% | - |
| HSV(B) | 153.73º | 0.96% | 0.76% | - |
| XYZ | 22.09 | 39.36 | 21.76 | - |
| YUV | 128.45 | 118.71 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 112 | 0.96 | 0 | 0.42 | 0.24 | 153.73 | 0.92 | 0.39 |
| Hex | 8 | C1 | 70 | 60 | 0 | 2A | 18 | 9A | 5C | 27 |
| Octal | 10 | 301 | 160 | 140 | 0 | 52 | 30 | 232 | 134 | 47 |
| Binary | 1000 | 11000001 | 1110000 | 1100000 | 0 | 101010 | 11000 | 10011010 | 1011100 | 100111 |
Color Harmonies of #08C170
Complementary color
Monochromatic Colors of #08C170
Black with #08C170
Text Example
Text Example
White with #08C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C170; }
p { color: rgb(8,193,112); }
H1.HeaderClassName
{
color: #08C170;
}
.AnyTagClassName
{
color: #08C170;
}
</style>
background-color css
<style>
a { background-color: #08C170; }
a { background-color: rgb(8,193,112); }
div.DivClassName
{
background-color: #08C170;
}
.BgClassName
{
background-color: #08C170;
}
</style>
border-color css
<style>
span { border-color: #08C170; }
span { border-color: rgb(8,193,112); }
td.TdClassName
{
border-color: #08C170;
}
.TagClassName
{
border-color: #08C170;
}
</style>