Shades of Jade #02A36B
Tints of Jade #02A36B
RGB
CMYK
RGB Variations
Color information
#02A36B (or 0x02A36B) is known color: Jade. HEX triplet: 02, A3 and 6B. RGB value is (2,163,107). Sum of RGB (Red+Green+Blue) = 2+163+107=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 163 (64.06% from 255 or 59.93% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 163 - color contains mainly: green. Hex color #02A36B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A36B is #FD5C94. Grayscale: #6C6C6C. Windows color (decimal): -16604309 or 7054082. OLE color: 7054082.
HSL color Cylindrical-coordinate representation of color #02A36B: hue angle of 159.13º 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 #02A36B is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 163 | 107 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.36 |
| HSL | 159.13º | 0.98% | 0.32% | - |
| HSV(B) | 159.13º | 0.99% | 0.64% | - |
| XYZ | 15.78 | 27.27 | 18.34 | - |
| YUV | 108.48 | 127.16 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 107 | 0.99 | 0 | 0.34 | 0.36 | 159.13 | 0.98 | 0.32 |
| Hex | 2 | A3 | 6B | 63 | 0 | 22 | 24 | 9F | 62 | 20 |
| Octal | 2 | 243 | 153 | 143 | 0 | 42 | 44 | 237 | 142 | 40 |
| Binary | 10 | 10100011 | 1101011 | 1100011 | 0 | 100010 | 100100 | 10011111 | 1100010 | 100000 |
Color Harmonies of #02A36B
Complementary color
Monochromatic Colors of #02A36B
Black with #02A36B
Text Example
Text Example
White with #02A36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A36B; }
p { color: rgb(2,163,107); }
H1.HeaderClassName
{
color: #02A36B;
}
.AnyTagClassName
{
color: #02A36B;
}
</style>
background-color css
<style>
a { background-color: #02A36B; }
a { background-color: rgb(2,163,107); }
div.DivClassName
{
background-color: #02A36B;
}
.BgClassName
{
background-color: #02A36B;
}
</style>
border-color css
<style>
span { border-color: #02A36B; }
span { border-color: rgb(2,163,107); }
td.TdClassName
{
border-color: #02A36B;
}
.TagClassName
{
border-color: #02A36B;
}
</style>