Shades of Jade #02A963
Tints of Jade #02A963
RGB
CMYK
RGB Variations
Color information
#02A963 (or 0x02A963) is known color: Jade. HEX triplet: 02, A9 and 63. RGB value is (2,169,99). Sum of RGB (Red+Green+Blue) = 2+169+99=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 169 (66.41% from 255 or 62.59% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 169 - color contains mainly: green. Hex color #02A963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A963 is #FD569C. Grayscale: #6F6F6F. Windows color (decimal): -16602781 or 6531330. OLE color: 6531330.
HSL color Cylindrical-coordinate representation of color #02A963: hue angle of 154.85º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A963 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 169 | 99 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.34 |
| HSL | 154.85º | 0.98% | 0.34% | - |
| HSV(B) | 154.85º | 0.99% | 0.66% | - |
| XYZ | 16.47 | 29.29 | 16.59 | - |
| YUV | 111.09 | 121.17 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 169 | 99 | 0.99 | 0 | 0.41 | 0.34 | 154.85 | 0.98 | 0.34 |
| Hex | 2 | A9 | 63 | 63 | 0 | 29 | 22 | 9B | 62 | 22 |
| Octal | 2 | 251 | 143 | 143 | 0 | 51 | 42 | 233 | 142 | 42 |
| Binary | 10 | 10101001 | 1100011 | 1100011 | 0 | 101001 | 100010 | 10011011 | 1100010 | 100010 |
Color Harmonies of #02A963
Complementary color
Monochromatic Colors of #02A963
Black with #02A963
Text Example
Text Example
White with #02A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A963; }
p { color: rgb(2,169,99); }
H1.HeaderClassName
{
color: #02A963;
}
.AnyTagClassName
{
color: #02A963;
}
</style>
background-color css
<style>
a { background-color: #02A963; }
a { background-color: rgb(2,169,99); }
div.DivClassName
{
background-color: #02A963;
}
.BgClassName
{
background-color: #02A963;
}
</style>
border-color css
<style>
span { border-color: #02A963; }
span { border-color: rgb(2,169,99); }
td.TdClassName
{
border-color: #02A963;
}
.TagClassName
{
border-color: #02A963;
}
</style>