Shades of Jade #02A867
Tints of Jade #02A867
RGB
CMYK
RGB Variations
Color information
#02A867 (or 0x02A867) is known color: Jade. HEX triplet: 02, A8 and 67. RGB value is (2,168,103). Sum of RGB (Red+Green+Blue) = 2+168+103=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 168 (66.02% from 255 or 61.54% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 168 - color contains mainly: green. Hex color #02A867 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A867 is #FD5798. Grayscale: #6F6F6F. Windows color (decimal): -16603033 or 6793218. OLE color: 6793218.
HSL color Cylindrical-coordinate representation of color #02A867: hue angle of 156.51º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A867 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 168 | 103 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.34 |
| HSL | 156.51º | 0.98% | 0.33% | - |
| HSV(B) | 156.51º | 0.99% | 0.66% | - |
| XYZ | 16.48 | 29 | 17.56 | - |
| YUV | 110.96 | 123.5 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 103 | 0.99 | 0 | 0.39 | 0.34 | 156.51 | 0.98 | 0.33 |
| Hex | 2 | A8 | 67 | 63 | 0 | 27 | 22 | 9D | 62 | 21 |
| Octal | 2 | 250 | 147 | 143 | 0 | 47 | 42 | 235 | 142 | 41 |
| Binary | 10 | 10101000 | 1100111 | 1100011 | 0 | 100111 | 100010 | 10011101 | 1100010 | 100001 |
Color Harmonies of #02A867
Complementary color
Monochromatic Colors of #02A867
Black with #02A867
Text Example
Text Example
White with #02A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A867; }
p { color: rgb(2,168,103); }
H1.HeaderClassName
{
color: #02A867;
}
.AnyTagClassName
{
color: #02A867;
}
</style>
background-color css
<style>
a { background-color: #02A867; }
a { background-color: rgb(2,168,103); }
div.DivClassName
{
background-color: #02A867;
}
.BgClassName
{
background-color: #02A867;
}
</style>
border-color css
<style>
span { border-color: #02A867; }
span { border-color: rgb(2,168,103); }
td.TdClassName
{
border-color: #02A867;
}
.TagClassName
{
border-color: #02A867;
}
</style>