Shades of Jade #02A965
Tints of Jade #02A965
RGB
CMYK
RGB Variations
Color information
#02A965 (or 0x02A965) is known color: Jade. HEX triplet: 02, A9 and 65. RGB value is (2,169,101). Sum of RGB (Red+Green+Blue) = 2+169+101=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 169 (66.41% from 255 or 62.13% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 169 - color contains mainly: green. Hex color #02A965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A965 is #FD569A. Grayscale: #6F6F6F. Windows color (decimal): -16602779 or 6662402. OLE color: 6662402.
HSL color Cylindrical-coordinate representation of color #02A965: hue angle of 155.57º 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 #02A965 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 169 | 101 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.34 |
| HSL | 155.57º | 0.98% | 0.34% | - |
| HSV(B) | 155.57º | 0.99% | 0.66% | - |
| XYZ | 16.56 | 29.33 | 17.1 | - |
| YUV | 111.32 | 122.17 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 169 | 101 | 0.99 | 0 | 0.40 | 0.34 | 155.57 | 0.98 | 0.34 |
| Hex | 2 | A9 | 65 | 63 | 0 | 28 | 22 | 9C | 62 | 22 |
| Octal | 2 | 251 | 145 | 143 | 0 | 50 | 42 | 234 | 142 | 42 |
| Binary | 10 | 10101001 | 1100101 | 1100011 | 0 | 101000 | 100010 | 10011100 | 1100010 | 100010 |
Color Harmonies of #02A965
Complementary color
Monochromatic Colors of #02A965
Black with #02A965
Text Example
Text Example
White with #02A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A965; }
p { color: rgb(2,169,101); }
H1.HeaderClassName
{
color: #02A965;
}
.AnyTagClassName
{
color: #02A965;
}
</style>
background-color css
<style>
a { background-color: #02A965; }
a { background-color: rgb(2,169,101); }
div.DivClassName
{
background-color: #02A965;
}
.BgClassName
{
background-color: #02A965;
}
</style>
border-color css
<style>
span { border-color: #02A965; }
span { border-color: rgb(2,169,101); }
td.TdClassName
{
border-color: #02A965;
}
.TagClassName
{
border-color: #02A965;
}
</style>