Shades of Jade #02A76C
Tints of Jade #02A76C
RGB
CMYK
RGB Variations
Color information
#02A76C (or 0x02A76C) is known color: Jade. HEX triplet: 02, A7 and 6C. RGB value is (2,167,108). Sum of RGB (Red+Green+Blue) = 2+167+108=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 167 (65.62% from 255 or 60.29% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 167 - color contains mainly: green. Hex color #02A76C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A76C is #FD5893. Grayscale: #6F6F6F. Windows color (decimal): -16603284 or 7120642. OLE color: 7120642.
HSL color Cylindrical-coordinate representation of color #02A76C: hue angle of 158.55º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A76C is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 167 | 108 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.35 |
| HSL | 158.55º | 0.98% | 0.33% | - |
| HSV(B) | 158.55º | 0.99% | 0.65% | - |
| XYZ | 16.55 | 28.73 | 18.86 | - |
| YUV | 110.94 | 126.34 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 167 | 108 | 0.99 | 0 | 0.35 | 0.35 | 158.55 | 0.98 | 0.33 |
| Hex | 2 | A7 | 6C | 63 | 0 | 23 | 23 | 9F | 62 | 21 |
| Octal | 2 | 247 | 154 | 143 | 0 | 43 | 43 | 237 | 142 | 41 |
| Binary | 10 | 10100111 | 1101100 | 1100011 | 0 | 100011 | 100011 | 10011111 | 1100010 | 100001 |
Color Harmonies of #02A76C
Complementary color
Monochromatic Colors of #02A76C
Black with #02A76C
Text Example
Text Example
White with #02A76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A76C; }
p { color: rgb(2,167,108); }
H1.HeaderClassName
{
color: #02A76C;
}
.AnyTagClassName
{
color: #02A76C;
}
</style>
background-color css
<style>
a { background-color: #02A76C; }
a { background-color: rgb(2,167,108); }
div.DivClassName
{
background-color: #02A76C;
}
.BgClassName
{
background-color: #02A76C;
}
</style>
border-color css
<style>
span { border-color: #02A76C; }
span { border-color: rgb(2,167,108); }
td.TdClassName
{
border-color: #02A76C;
}
.TagClassName
{
border-color: #02A76C;
}
</style>