Shades of Jade #08AF64
Tints of Jade #08AF64
RGB
CMYK
RGB Variations
Color information
#08AF64 (or 0x08AF64) is known color: Jade. HEX triplet: 08, AF and 64. RGB value is (8,175,100). Sum of RGB (Red+Green+Blue) = 8+175+100=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AF64 is #F7509B. Grayscale: #747474. Windows color (decimal): -16208028 or 6598408. OLE color: 6598408.
HSL color Cylindrical-coordinate representation of color #08AF64: hue angle of 153.05º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AF64 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 175 | 100 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.31 |
| HSL | 153.05º | 0.91% | 0.36% | - |
| HSV(B) | 153.05º | 0.95% | 0.69% | - |
| XYZ | 17.73 | 31.63 | 17.23 | - |
| YUV | 116.52 | 118.67 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 175 | 100 | 0.95 | 0 | 0.43 | 0.31 | 153.05 | 0.91 | 0.36 |
| Hex | 8 | AF | 64 | 5F | 0 | 2B | 1F | 99 | 5B | 24 |
| Octal | 10 | 257 | 144 | 137 | 0 | 53 | 37 | 231 | 133 | 44 |
| Binary | 1000 | 10101111 | 1100100 | 1011111 | 0 | 101011 | 11111 | 10011001 | 1011011 | 100100 |
Color Harmonies of #08AF64
Complementary color
Monochromatic Colors of #08AF64
Black with #08AF64
Text Example
Text Example
White with #08AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AF64; }
p { color: rgb(8,175,100); }
H1.HeaderClassName
{
color: #08AF64;
}
.AnyTagClassName
{
color: #08AF64;
}
</style>
background-color css
<style>
a { background-color: #08AF64; }
a { background-color: rgb(8,175,100); }
div.DivClassName
{
background-color: #08AF64;
}
.BgClassName
{
background-color: #08AF64;
}
</style>
border-color css
<style>
span { border-color: #08AF64; }
span { border-color: rgb(8,175,100); }
td.TdClassName
{
border-color: #08AF64;
}
.TagClassName
{
border-color: #08AF64;
}
</style>