Shades of Jade #08A666
Tints of Jade #08A666
RGB
CMYK
RGB Variations
Color information
#08A666 (or 0x08A666) is known color: Jade. HEX triplet: 08, A6 and 66. RGB value is (8,166,102). Sum of RGB (Red+Green+Blue) = 8+166+102=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 166 (65.23% from 255 or 60.14% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 166 - color contains mainly: green. Hex color #08A666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A666 is #F75999. Grayscale: #6F6F6F. Windows color (decimal): -16210330 or 6727176. OLE color: 6727176.
HSL color Cylindrical-coordinate representation of color #08A666: hue angle of 155.7º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A666 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 166 | 102 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.35 |
| HSL | 155.7º | 0.91% | 0.34% | - |
| HSV(B) | 155.7º | 0.95% | 0.65% | - |
| XYZ | 16.13 | 28.28 | 17.18 | - |
| YUV | 111.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 166 | 102 | 0.95 | 0 | 0.39 | 0.35 | 155.7 | 0.91 | 0.34 |
| Hex | 8 | A6 | 66 | 5F | 0 | 27 | 23 | 9C | 5B | 22 |
| Octal | 10 | 246 | 146 | 137 | 0 | 47 | 43 | 234 | 133 | 42 |
| Binary | 1000 | 10100110 | 1100110 | 1011111 | 0 | 100111 | 100011 | 10011100 | 1011011 | 100010 |
Color Harmonies of #08A666
Complementary color
Monochromatic Colors of #08A666
Black with #08A666
Text Example
Text Example
White with #08A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A666; }
p { color: rgb(8,166,102); }
H1.HeaderClassName
{
color: #08A666;
}
.AnyTagClassName
{
color: #08A666;
}
</style>
background-color css
<style>
a { background-color: #08A666; }
a { background-color: rgb(8,166,102); }
div.DivClassName
{
background-color: #08A666;
}
.BgClassName
{
background-color: #08A666;
}
</style>
border-color css
<style>
span { border-color: #08A666; }
span { border-color: rgb(8,166,102); }
td.TdClassName
{
border-color: #08A666;
}
.TagClassName
{
border-color: #08A666;
}
</style>