Shades of Jade #02A26F
Tints of Jade #02A26F
RGB
CMYK
RGB Variations
Color information
#02A26F (or 0x02A26F) is known color: Jade. HEX triplet: 02, A2 and 6F. RGB value is (2,162,111). Sum of RGB (Red+Green+Blue) = 2+162+111=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #02A26F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A26F is #FD5D90. Grayscale: #6C6C6C. Windows color (decimal): -16604561 or 7315970. OLE color: 7315970.
HSL color Cylindrical-coordinate representation of color #02A26F: hue angle of 160.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A26F is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 162 | 111 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.36 |
| HSL | 160.88º | 0.98% | 0.32% | - |
| HSV(B) | 160.88º | 0.99% | 0.64% | - |
| XYZ | 15.81 | 27 | 19.42 | - |
| YUV | 108.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 111 | 0.99 | 0 | 0.31 | 0.36 | 160.88 | 0.98 | 0.32 |
| Hex | 2 | A2 | 6F | 63 | 0 | 1F | 24 | A1 | 62 | 20 |
| Octal | 2 | 242 | 157 | 143 | 0 | 37 | 44 | 241 | 142 | 40 |
| Binary | 10 | 10100010 | 1101111 | 1100011 | 0 | 11111 | 100100 | 10100001 | 1100010 | 100000 |
Color Harmonies of #02A26F
Complementary color
Monochromatic Colors of #02A26F
Black with #02A26F
Text Example
Text Example
White with #02A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A26F; }
p { color: rgb(2,162,111); }
H1.HeaderClassName
{
color: #02A26F;
}
.AnyTagClassName
{
color: #02A26F;
}
</style>
background-color css
<style>
a { background-color: #02A26F; }
a { background-color: rgb(2,162,111); }
div.DivClassName
{
background-color: #02A26F;
}
.BgClassName
{
background-color: #02A26F;
}
</style>
border-color css
<style>
span { border-color: #02A26F; }
span { border-color: rgb(2,162,111); }
td.TdClassName
{
border-color: #02A26F;
}
.TagClassName
{
border-color: #02A26F;
}
</style>