Shades of Jade #02AF76
Tints of Jade #02AF76
RGB
CMYK
RGB Variations
Color information
#02AF76 (or 0x02AF76) is known color: Jade. HEX triplet: 02, AF and 76. RGB value is (2,175,118). Sum of RGB (Red+Green+Blue) = 2+175+118=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AF76 is #FD5089. Grayscale: #747474. Windows color (decimal): -16601226 or 7778050. OLE color: 7778050.
HSL color Cylindrical-coordinate representation of color #02AF76: hue angle of 160.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AF76 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 175 | 118 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.31 |
| HSL | 160.23º | 0.98% | 0.35% | - |
| HSV(B) | 160.23º | 0.99% | 0.69% | - |
| XYZ | 18.63 | 31.98 | 22.33 | - |
| YUV | 116.78 | 128.69 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 175 | 118 | 0.99 | 0 | 0.33 | 0.31 | 160.23 | 0.98 | 0.35 |
| Hex | 2 | AF | 76 | 63 | 0 | 21 | 1F | A0 | 62 | 23 |
| Octal | 2 | 257 | 166 | 143 | 0 | 41 | 37 | 240 | 142 | 43 |
| Binary | 10 | 10101111 | 1110110 | 1100011 | 0 | 100001 | 11111 | 10100000 | 1100010 | 100011 |
Color Harmonies of #02AF76
Complementary color
Monochromatic Colors of #02AF76
Black with #02AF76
Text Example
Text Example
White with #02AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AF76; }
p { color: rgb(2,175,118); }
H1.HeaderClassName
{
color: #02AF76;
}
.AnyTagClassName
{
color: #02AF76;
}
</style>
background-color css
<style>
a { background-color: #02AF76; }
a { background-color: rgb(2,175,118); }
div.DivClassName
{
background-color: #02AF76;
}
.BgClassName
{
background-color: #02AF76;
}
</style>
border-color css
<style>
span { border-color: #02AF76; }
span { border-color: rgb(2,175,118); }
td.TdClassName
{
border-color: #02AF76;
}
.TagClassName
{
border-color: #02AF76;
}
</style>