Shades of Jade #02A36E
Tints of Jade #02A36E
RGB
CMYK
RGB Variations
Color information
#02A36E (or 0x02A36E) is known color: Jade. HEX triplet: 02, A3 and 6E. RGB value is (2,163,110). Sum of RGB (Red+Green+Blue) = 2+163+110=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #02A36E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A36E is #FD5C91. Grayscale: #6C6C6C. Windows color (decimal): -16604306 or 7250690. OLE color: 7250690.
HSL color Cylindrical-coordinate representation of color #02A36E: hue angle of 160.25º 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 #02A36E is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 163 | 110 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.36 |
| HSL | 160.25º | 0.98% | 0.32% | - |
| HSV(B) | 160.25º | 0.99% | 0.64% | - |
| XYZ | 15.94 | 27.33 | 19.19 | - |
| YUV | 108.82 | 128.66 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 110 | 0.99 | 0 | 0.33 | 0.36 | 160.25 | 0.98 | 0.32 |
| Hex | 2 | A3 | 6E | 63 | 0 | 21 | 24 | A0 | 62 | 20 |
| Octal | 2 | 243 | 156 | 143 | 0 | 41 | 44 | 240 | 142 | 40 |
| Binary | 10 | 10100011 | 1101110 | 1100011 | 0 | 100001 | 100100 | 10100000 | 1100010 | 100000 |
Color Harmonies of #02A36E
Complementary color
Monochromatic Colors of #02A36E
Black with #02A36E
Text Example
Text Example
White with #02A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A36E; }
p { color: rgb(2,163,110); }
H1.HeaderClassName
{
color: #02A36E;
}
.AnyTagClassName
{
color: #02A36E;
}
</style>
background-color css
<style>
a { background-color: #02A36E; }
a { background-color: rgb(2,163,110); }
div.DivClassName
{
background-color: #02A36E;
}
.BgClassName
{
background-color: #02A36E;
}
</style>
border-color css
<style>
span { border-color: #02A36E; }
span { border-color: rgb(2,163,110); }
td.TdClassName
{
border-color: #02A36E;
}
.TagClassName
{
border-color: #02A36E;
}
</style>