Shades of Jade #02AF74
Tints of Jade #02AF74
RGB
CMYK
RGB Variations
Color information
#02AF74 (or 0x02AF74) is known color: Jade. HEX triplet: 02, AF and 74. RGB value is (2,175,116). Sum of RGB (Red+Green+Blue) = 2+175+116=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AF74 is #FD508B. Grayscale: #747474. Windows color (decimal): -16601228 or 7646978. OLE color: 7646978.
HSL color Cylindrical-coordinate representation of color #02AF74: hue angle of 159.54º 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 #02AF74 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 175 | 116 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.31 |
| HSL | 159.54º | 0.98% | 0.35% | - |
| HSV(B) | 159.54º | 0.99% | 0.69% | - |
| XYZ | 18.51 | 31.93 | 21.71 | - |
| YUV | 116.55 | 127.69 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 175 | 116 | 0.99 | 0 | 0.34 | 0.31 | 159.54 | 0.98 | 0.35 |
| Hex | 2 | AF | 74 | 63 | 0 | 22 | 1F | A0 | 62 | 23 |
| Octal | 2 | 257 | 164 | 143 | 0 | 42 | 37 | 240 | 142 | 43 |
| Binary | 10 | 10101111 | 1110100 | 1100011 | 0 | 100010 | 11111 | 10100000 | 1100010 | 100011 |
Color Harmonies of #02AF74
Complementary color
Monochromatic Colors of #02AF74
Black with #02AF74
Text Example
Text Example
White with #02AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AF74; }
p { color: rgb(2,175,116); }
H1.HeaderClassName
{
color: #02AF74;
}
.AnyTagClassName
{
color: #02AF74;
}
</style>
background-color css
<style>
a { background-color: #02AF74; }
a { background-color: rgb(2,175,116); }
div.DivClassName
{
background-color: #02AF74;
}
.BgClassName
{
background-color: #02AF74;
}
</style>
border-color css
<style>
span { border-color: #02AF74; }
span { border-color: rgb(2,175,116); }
td.TdClassName
{
border-color: #02AF74;
}
.TagClassName
{
border-color: #02AF74;
}
</style>