Shades of Jade #02A56A
Tints of Jade #02A56A
RGB
CMYK
RGB Variations
Color information
#02A56A (or 0x02A56A) is known color: Jade. HEX triplet: 02, A5 and 6A. RGB value is (2,165,106). Sum of RGB (Red+Green+Blue) = 2+165+106=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #02A56A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A56A is #FD5A95. Grayscale: #6D6D6D. Windows color (decimal): -16603798 or 6989058. OLE color: 6989058.
HSL color Cylindrical-coordinate representation of color #02A56A: hue angle of 158.28º 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 #02A56A is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 165 | 106 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.35 |
| HSL | 158.28º | 0.98% | 0.33% | - |
| HSV(B) | 158.28º | 0.99% | 0.65% | - |
| XYZ | 16.08 | 27.96 | 18.19 | - |
| YUV | 109.54 | 126 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 165 | 106 | 0.99 | 0 | 0.36 | 0.35 | 158.28 | 0.98 | 0.33 |
| Hex | 2 | A5 | 6A | 63 | 0 | 24 | 23 | 9E | 62 | 21 |
| Octal | 2 | 245 | 152 | 143 | 0 | 44 | 43 | 236 | 142 | 41 |
| Binary | 10 | 10100101 | 1101010 | 1100011 | 0 | 100100 | 100011 | 10011110 | 1100010 | 100001 |
Color Harmonies of #02A56A
Complementary color
Monochromatic Colors of #02A56A
Black with #02A56A
Text Example
Text Example
White with #02A56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A56A; }
p { color: rgb(2,165,106); }
H1.HeaderClassName
{
color: #02A56A;
}
.AnyTagClassName
{
color: #02A56A;
}
</style>
background-color css
<style>
a { background-color: #02A56A; }
a { background-color: rgb(2,165,106); }
div.DivClassName
{
background-color: #02A56A;
}
.BgClassName
{
background-color: #02A56A;
}
</style>
border-color css
<style>
span { border-color: #02A56A; }
span { border-color: rgb(2,165,106); }
td.TdClassName
{
border-color: #02A56A;
}
.TagClassName
{
border-color: #02A56A;
}
</style>