Shades of Jade #08A669
Tints of Jade #08A669
RGB
CMYK
RGB Variations
Color information
#08A669 (or 0x08A669) is known color: Jade. HEX triplet: 08, A6 and 69. RGB value is (8,166,105). Sum of RGB (Red+Green+Blue) = 8+166+105=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 166 (65.23% from 255 or 59.50% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 166 - color contains mainly: green. Hex color #08A669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A669 is #F75996. Grayscale: #6F6F6F. Windows color (decimal): -16210327 or 6923784. OLE color: 6923784.
HSL color Cylindrical-coordinate representation of color #08A669: hue angle of 156.84º 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 #08A669 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 166 | 105 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.35 |
| HSL | 156.84º | 0.91% | 0.34% | - |
| HSV(B) | 156.84º | 0.95% | 0.65% | - |
| XYZ | 16.29 | 28.34 | 17.98 | - |
| YUV | 111.8 | 124.15 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 166 | 105 | 0.95 | 0 | 0.37 | 0.35 | 156.84 | 0.91 | 0.34 |
| Hex | 8 | A6 | 69 | 5F | 0 | 25 | 23 | 9D | 5B | 22 |
| Octal | 10 | 246 | 151 | 137 | 0 | 45 | 43 | 235 | 133 | 42 |
| Binary | 1000 | 10100110 | 1101001 | 1011111 | 0 | 100101 | 100011 | 10011101 | 1011011 | 100010 |
Color Harmonies of #08A669
Complementary color
Monochromatic Colors of #08A669
Black with #08A669
Text Example
Text Example
White with #08A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A669; }
p { color: rgb(8,166,105); }
H1.HeaderClassName
{
color: #08A669;
}
.AnyTagClassName
{
color: #08A669;
}
</style>
background-color css
<style>
a { background-color: #08A669; }
a { background-color: rgb(8,166,105); }
div.DivClassName
{
background-color: #08A669;
}
.BgClassName
{
background-color: #08A669;
}
</style>
border-color css
<style>
span { border-color: #08A669; }
span { border-color: rgb(8,166,105); }
td.TdClassName
{
border-color: #08A669;
}
.TagClassName
{
border-color: #08A669;
}
</style>