Shades of Jade #02AF64
Tints of Jade #02AF64
RGB
CMYK
RGB Variations
Color information
#02AF64 (or 0x02AF64) is known color: Jade. HEX triplet: 02, AF and 64. RGB value is (2,175,100). Sum of RGB (Red+Green+Blue) = 2+175+100=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AF64 is #FD509B. Grayscale: #727272. Windows color (decimal): -16601244 or 6598402. OLE color: 6598402.
HSL color Cylindrical-coordinate representation of color #02AF64: hue angle of 153.99º 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 #02AF64 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 175 | 100 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.31 |
| HSL | 153.99º | 0.98% | 0.35% | - |
| HSV(B) | 153.99º | 0.99% | 0.69% | - |
| XYZ | 17.66 | 31.59 | 17.22 | - |
| YUV | 114.72 | 119.69 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 175 | 100 | 0.99 | 0 | 0.43 | 0.31 | 153.99 | 0.98 | 0.35 |
| Hex | 2 | AF | 64 | 63 | 0 | 2B | 1F | 9A | 62 | 23 |
| Octal | 2 | 257 | 144 | 143 | 0 | 53 | 37 | 232 | 142 | 43 |
| Binary | 10 | 10101111 | 1100100 | 1100011 | 0 | 101011 | 11111 | 10011010 | 1100010 | 100011 |
Color Harmonies of #02AF64
Complementary color
Monochromatic Colors of #02AF64
Black with #02AF64
Text Example
Text Example
White with #02AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AF64; }
p { color: rgb(2,175,100); }
H1.HeaderClassName
{
color: #02AF64;
}
.AnyTagClassName
{
color: #02AF64;
}
</style>
background-color css
<style>
a { background-color: #02AF64; }
a { background-color: rgb(2,175,100); }
div.DivClassName
{
background-color: #02AF64;
}
.BgClassName
{
background-color: #02AF64;
}
</style>
border-color css
<style>
span { border-color: #02AF64; }
span { border-color: rgb(2,175,100); }
td.TdClassName
{
border-color: #02AF64;
}
.TagClassName
{
border-color: #02AF64;
}
</style>