Shades of Jade #02AF6C
Tints of Jade #02AF6C
RGB
CMYK
RGB Variations
Color information
#02AF6C (or 0x02AF6C) is known color: Jade. HEX triplet: 02, AF and 6C. RGB value is (2,175,108). Sum of RGB (Red+Green+Blue) = 2+175+108=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AF6C is #FD5093. Grayscale: #737373. Windows color (decimal): -16601236 or 7122690. OLE color: 7122690.
HSL color Cylindrical-coordinate representation of color #02AF6C: hue angle of 156.76º 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 #02AF6C is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 175 | 108 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.31 |
| HSL | 156.76º | 0.98% | 0.35% | - |
| HSV(B) | 156.76º | 0.99% | 0.69% | - |
| XYZ | 18.06 | 31.76 | 19.36 | - |
| YUV | 115.64 | 123.69 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 175 | 108 | 0.99 | 0 | 0.38 | 0.31 | 156.76 | 0.98 | 0.35 |
| Hex | 2 | AF | 6C | 63 | 0 | 26 | 1F | 9D | 62 | 23 |
| Octal | 2 | 257 | 154 | 143 | 0 | 46 | 37 | 235 | 142 | 43 |
| Binary | 10 | 10101111 | 1101100 | 1100011 | 0 | 100110 | 11111 | 10011101 | 1100010 | 100011 |
Color Harmonies of #02AF6C
Complementary color
Monochromatic Colors of #02AF6C
Black with #02AF6C
Text Example
Text Example
White with #02AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AF6C; }
p { color: rgb(2,175,108); }
H1.HeaderClassName
{
color: #02AF6C;
}
.AnyTagClassName
{
color: #02AF6C;
}
</style>
background-color css
<style>
a { background-color: #02AF6C; }
a { background-color: rgb(2,175,108); }
div.DivClassName
{
background-color: #02AF6C;
}
.BgClassName
{
background-color: #02AF6C;
}
</style>
border-color css
<style>
span { border-color: #02AF6C; }
span { border-color: rgb(2,175,108); }
td.TdClassName
{
border-color: #02AF6C;
}
.TagClassName
{
border-color: #02AF6C;
}
</style>