Shades of Jade #02A672
Tints of Jade #02A672
RGB
CMYK
RGB Variations
Color information
#02A672 (or 0x02A672) is known color: Jade. HEX triplet: 02, A6 and 72. RGB value is (2,166,114). Sum of RGB (Red+Green+Blue) = 2+166+114=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #02A672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A672 is #FD598D. Grayscale: #6F6F6F. Windows color (decimal): -16603534 or 7513602. OLE color: 7513602.
HSL color Cylindrical-coordinate representation of color #02A672: hue angle of 160.98º 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 #02A672 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 114 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.35 |
| HSL | 160.98º | 0.98% | 0.33% | - |
| HSV(B) | 160.98º | 0.99% | 0.65% | - |
| XYZ | 16.7 | 28.5 | 20.54 | - |
| YUV | 111.04 | 129.67 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 114 | 0.99 | 0 | 0.31 | 0.35 | 160.98 | 0.98 | 0.33 |
| Hex | 2 | A6 | 72 | 63 | 0 | 1F | 23 | A1 | 62 | 21 |
| Octal | 2 | 246 | 162 | 143 | 0 | 37 | 43 | 241 | 142 | 41 |
| Binary | 10 | 10100110 | 1110010 | 1100011 | 0 | 11111 | 100011 | 10100001 | 1100010 | 100001 |
Color Harmonies of #02A672
Complementary color
Monochromatic Colors of #02A672
Black with #02A672
Text Example
Text Example
White with #02A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A672; }
p { color: rgb(2,166,114); }
H1.HeaderClassName
{
color: #02A672;
}
.AnyTagClassName
{
color: #02A672;
}
</style>
background-color css
<style>
a { background-color: #02A672; }
a { background-color: rgb(2,166,114); }
div.DivClassName
{
background-color: #02A672;
}
.BgClassName
{
background-color: #02A672;
}
</style>
border-color css
<style>
span { border-color: #02A672; }
span { border-color: rgb(2,166,114); }
td.TdClassName
{
border-color: #02A672;
}
.TagClassName
{
border-color: #02A672;
}
</style>