Shades of Jade #08C173
Tints of Jade #08C173
RGB
CMYK
RGB Variations
Color information
#08C173 (or 0x08C173) is known color: Jade. HEX triplet: 08, C1 and 73. RGB value is (8,193,115). Sum of RGB (Red+Green+Blue) = 8+193+115=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #08C173 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C173 is #F73E8C. Grayscale: #808080. Windows color (decimal): -16203405 or 7586056. OLE color: 7586056.
HSL color Cylindrical-coordinate representation of color #08C173: hue angle of 154.7º 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 #08C173 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 115 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.24 |
| HSL | 154.7º | 0.92% | 0.39% | - |
| HSV(B) | 154.7º | 0.96% | 0.76% | - |
| XYZ | 22.26 | 39.43 | 22.66 | - |
| YUV | 128.79 | 120.21 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 115 | 0.96 | 0 | 0.40 | 0.24 | 154.7 | 0.92 | 0.39 |
| Hex | 8 | C1 | 73 | 60 | 0 | 28 | 18 | 9B | 5C | 27 |
| Octal | 10 | 301 | 163 | 140 | 0 | 50 | 30 | 233 | 134 | 47 |
| Binary | 1000 | 11000001 | 1110011 | 1100000 | 0 | 101000 | 11000 | 10011011 | 1011100 | 100111 |
Color Harmonies of #08C173
Complementary color
Monochromatic Colors of #08C173
Black with #08C173
Text Example
Text Example
White with #08C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C173; }
p { color: rgb(8,193,115); }
H1.HeaderClassName
{
color: #08C173;
}
.AnyTagClassName
{
color: #08C173;
}
</style>
background-color css
<style>
a { background-color: #08C173; }
a { background-color: rgb(8,193,115); }
div.DivClassName
{
background-color: #08C173;
}
.BgClassName
{
background-color: #08C173;
}
</style>
border-color css
<style>
span { border-color: #08C173; }
span { border-color: rgb(8,193,115); }
td.TdClassName
{
border-color: #08C173;
}
.TagClassName
{
border-color: #08C173;
}
</style>