Shades of Jade #02A56D
Tints of Jade #02A56D
RGB
CMYK
RGB Variations
Color information
#02A56D (or 0x02A56D) is known color: Jade. HEX triplet: 02, A5 and 6D. RGB value is (2,165,109). Sum of RGB (Red+Green+Blue) = 2+165+109=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #02A56D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A56D is #FD5A92. Grayscale: #6D6D6D. Windows color (decimal): -16603795 or 7185666. OLE color: 7185666.
HSL color Cylindrical-coordinate representation of color #02A56D: hue angle of 159.39º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A56D is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 165 | 109 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.35 |
| HSL | 159.39º | 0.98% | 0.33% | - |
| HSV(B) | 159.39º | 0.99% | 0.65% | - |
| XYZ | 16.24 | 28.03 | 19.02 | - |
| YUV | 109.88 | 127.5 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 165 | 109 | 0.99 | 0 | 0.34 | 0.35 | 159.39 | 0.98 | 0.33 |
| Hex | 2 | A5 | 6D | 63 | 0 | 22 | 23 | 9F | 62 | 21 |
| Octal | 2 | 245 | 155 | 143 | 0 | 42 | 43 | 237 | 142 | 41 |
| Binary | 10 | 10100101 | 1101101 | 1100011 | 0 | 100010 | 100011 | 10011111 | 1100010 | 100001 |
Color Harmonies of #02A56D
Complementary color
Monochromatic Colors of #02A56D
Black with #02A56D
Text Example
Text Example
White with #02A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A56D; }
p { color: rgb(2,165,109); }
H1.HeaderClassName
{
color: #02A56D;
}
.AnyTagClassName
{
color: #02A56D;
}
</style>
background-color css
<style>
a { background-color: #02A56D; }
a { background-color: rgb(2,165,109); }
div.DivClassName
{
background-color: #02A56D;
}
.BgClassName
{
background-color: #02A56D;
}
</style>
border-color css
<style>
span { border-color: #02A56D; }
span { border-color: rgb(2,165,109); }
td.TdClassName
{
border-color: #02A56D;
}
.TagClassName
{
border-color: #02A56D;
}
</style>