Shades of Jade #02A86C
Tints of Jade #02A86C
RGB
CMYK
RGB Variations
Color information
#02A86C (or 0x02A86C) is known color: Jade. HEX triplet: 02, A8 and 6C. RGB value is (2,168,108). Sum of RGB (Red+Green+Blue) = 2+168+108=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 168 (66.02% from 255 or 60.43% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 168 - color contains mainly: green. Hex color #02A86C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A86C is #FD5793. Grayscale: #6F6F6F. Windows color (decimal): -16603028 or 7120898. OLE color: 7120898.
HSL color Cylindrical-coordinate representation of color #02A86C: hue angle of 158.31º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A86C is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 168 | 108 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.34 |
| HSL | 158.31º | 0.98% | 0.33% | - |
| HSV(B) | 158.31º | 0.99% | 0.66% | - |
| XYZ | 16.73 | 29.1 | 18.92 | - |
| YUV | 111.53 | 126 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 108 | 0.99 | 0 | 0.36 | 0.34 | 158.31 | 0.98 | 0.33 |
| Hex | 2 | A8 | 6C | 63 | 0 | 24 | 22 | 9E | 62 | 21 |
| Octal | 2 | 250 | 154 | 143 | 0 | 44 | 42 | 236 | 142 | 41 |
| Binary | 10 | 10101000 | 1101100 | 1100011 | 0 | 100100 | 100010 | 10011110 | 1100010 | 100001 |
Color Harmonies of #02A86C
Complementary color
Monochromatic Colors of #02A86C
Black with #02A86C
Text Example
Text Example
White with #02A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A86C; }
p { color: rgb(2,168,108); }
H1.HeaderClassName
{
color: #02A86C;
}
.AnyTagClassName
{
color: #02A86C;
}
</style>
background-color css
<style>
a { background-color: #02A86C; }
a { background-color: rgb(2,168,108); }
div.DivClassName
{
background-color: #02A86C;
}
.BgClassName
{
background-color: #02A86C;
}
</style>
border-color css
<style>
span { border-color: #02A86C; }
span { border-color: rgb(2,168,108); }
td.TdClassName
{
border-color: #02A86C;
}
.TagClassName
{
border-color: #02A86C;
}
</style>