Shades of Jade #02AA6C
Tints of Jade #02AA6C
RGB
CMYK
RGB Variations
Color information
#02AA6C (or 0x02AA6C) is known color: Jade. HEX triplet: 02, AA and 6C. RGB value is (2,170,108). Sum of RGB (Red+Green+Blue) = 2+170+108=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AA6C is #FD5593. Grayscale: #707070. Windows color (decimal): -16602516 or 7121410. OLE color: 7121410.
HSL color Cylindrical-coordinate representation of color #02AA6C: hue angle of 157.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AA6C is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 170 | 108 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.33 |
| HSL | 157.86º | 0.98% | 0.34% | - |
| HSV(B) | 157.86º | 0.99% | 0.67% | - |
| XYZ | 17.11 | 29.85 | 19.05 | - |
| YUV | 112.7 | 125.34 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 108 | 0.99 | 0 | 0.36 | 0.33 | 157.86 | 0.98 | 0.34 |
| Hex | 2 | AA | 6C | 63 | 0 | 24 | 21 | 9E | 62 | 22 |
| Octal | 2 | 252 | 154 | 143 | 0 | 44 | 41 | 236 | 142 | 42 |
| Binary | 10 | 10101010 | 1101100 | 1100011 | 0 | 100100 | 100001 | 10011110 | 1100010 | 100010 |
Color Harmonies of #02AA6C
Complementary color
Monochromatic Colors of #02AA6C
Black with #02AA6C
Text Example
Text Example
White with #02AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AA6C; }
p { color: rgb(2,170,108); }
H1.HeaderClassName
{
color: #02AA6C;
}
.AnyTagClassName
{
color: #02AA6C;
}
</style>
background-color css
<style>
a { background-color: #02AA6C; }
a { background-color: rgb(2,170,108); }
div.DivClassName
{
background-color: #02AA6C;
}
.BgClassName
{
background-color: #02AA6C;
}
</style>
border-color css
<style>
span { border-color: #02AA6C; }
span { border-color: rgb(2,170,108); }
td.TdClassName
{
border-color: #02AA6C;
}
.TagClassName
{
border-color: #02AA6C;
}
</style>