Shades of Jade #02A36A
Tints of Jade #02A36A
RGB
CMYK
RGB Variations
Color information
#02A36A (or 0x02A36A) is known color: Jade. HEX triplet: 02, A3 and 6A. RGB value is (2,163,106). Sum of RGB (Red+Green+Blue) = 2+163+106=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 163 (64.06% from 255 or 60.15% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 163 - color contains mainly: green. Hex color #02A36A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A36A is #FD5C95. Grayscale: #6C6C6C. Windows color (decimal): -16604310 or 6988546. OLE color: 6988546.
HSL color Cylindrical-coordinate representation of color #02A36A: hue angle of 158.76º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A36A is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 163 | 106 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.36 |
| HSL | 158.76º | 0.98% | 0.32% | - |
| HSV(B) | 158.76º | 0.99% | 0.64% | - |
| XYZ | 15.72 | 27.25 | 18.07 | - |
| YUV | 108.36 | 126.66 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 106 | 0.99 | 0 | 0.35 | 0.36 | 158.76 | 0.98 | 0.32 |
| Hex | 2 | A3 | 6A | 63 | 0 | 23 | 24 | 9F | 62 | 20 |
| Octal | 2 | 243 | 152 | 143 | 0 | 43 | 44 | 237 | 142 | 40 |
| Binary | 10 | 10100011 | 1101010 | 1100011 | 0 | 100011 | 100100 | 10011111 | 1100010 | 100000 |
Color Harmonies of #02A36A
Complementary color
Monochromatic Colors of #02A36A
Black with #02A36A
Text Example
Text Example
White with #02A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A36A; }
p { color: rgb(2,163,106); }
H1.HeaderClassName
{
color: #02A36A;
}
.AnyTagClassName
{
color: #02A36A;
}
</style>
background-color css
<style>
a { background-color: #02A36A; }
a { background-color: rgb(2,163,106); }
div.DivClassName
{
background-color: #02A36A;
}
.BgClassName
{
background-color: #02A36A;
}
</style>
border-color css
<style>
span { border-color: #02A36A; }
span { border-color: rgb(2,163,106); }
td.TdClassName
{
border-color: #02A36A;
}
.TagClassName
{
border-color: #02A36A;
}
</style>