Shades of Jade #08C166
Tints of Jade #08C166
RGB
CMYK
RGB Variations
Color information
#08C166 (or 0x08C166) is known color: Jade. HEX triplet: 08, C1 and 66. RGB value is (8,193,102). Sum of RGB (Red+Green+Blue) = 8+193+102=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #08C166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C166 is #F73E99. Grayscale: #7F7F7F. Windows color (decimal): -16203418 or 6734088. OLE color: 6734088.
HSL color Cylindrical-coordinate representation of color #08C166: hue angle of 150.49º 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 #08C166 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 102 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.24 |
| HSL | 150.49º | 0.92% | 0.39% | - |
| HSV(B) | 150.49º | 0.96% | 0.76% | - |
| XYZ | 21.57 | 39.15 | 18.99 | - |
| YUV | 127.31 | 113.71 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 102 | 0.96 | 0 | 0.47 | 0.24 | 150.49 | 0.92 | 0.39 |
| Hex | 8 | C1 | 66 | 60 | 0 | 2F | 18 | 96 | 5C | 27 |
| Octal | 10 | 301 | 146 | 140 | 0 | 57 | 30 | 226 | 134 | 47 |
| Binary | 1000 | 11000001 | 1100110 | 1100000 | 0 | 101111 | 11000 | 10010110 | 1011100 | 100111 |
Color Harmonies of #08C166
Complementary color
Monochromatic Colors of #08C166
Black with #08C166
Text Example
Text Example
White with #08C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C166; }
p { color: rgb(8,193,102); }
H1.HeaderClassName
{
color: #08C166;
}
.AnyTagClassName
{
color: #08C166;
}
</style>
background-color css
<style>
a { background-color: #08C166; }
a { background-color: rgb(8,193,102); }
div.DivClassName
{
background-color: #08C166;
}
.BgClassName
{
background-color: #08C166;
}
</style>
border-color css
<style>
span { border-color: #08C166; }
span { border-color: rgb(8,193,102); }
td.TdClassName
{
border-color: #08C166;
}
.TagClassName
{
border-color: #08C166;
}
</style>