Shades of Jade #02A46C
Tints of Jade #02A46C
RGB
CMYK
RGB Variations
Color information
#02A46C (or 0x02A46C) is known color: Jade. HEX triplet: 02, A4 and 6C. RGB value is (2,164,108). Sum of RGB (Red+Green+Blue) = 2+164+108=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 164 (64.45% from 255 or 59.85% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 164 - color contains mainly: green. Hex color #02A46C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A46C is #FD5B93. Grayscale: #6D6D6D. Windows color (decimal): -16604052 or 7119874. OLE color: 7119874.
HSL color Cylindrical-coordinate representation of color #02A46C: hue angle of 159.26º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A46C is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 164 | 108 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.36 |
| HSL | 159.26º | 0.98% | 0.33% | - |
| HSV(B) | 159.26º | 0.99% | 0.64% | - |
| XYZ | 16.01 | 27.65 | 18.68 | - |
| YUV | 109.18 | 127.33 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 164 | 108 | 0.99 | 0 | 0.34 | 0.36 | 159.26 | 0.98 | 0.33 |
| Hex | 2 | A4 | 6C | 63 | 0 | 22 | 24 | 9F | 62 | 21 |
| Octal | 2 | 244 | 154 | 143 | 0 | 42 | 44 | 237 | 142 | 41 |
| Binary | 10 | 10100100 | 1101100 | 1100011 | 0 | 100010 | 100100 | 10011111 | 1100010 | 100001 |
Color Harmonies of #02A46C
Complementary color
Monochromatic Colors of #02A46C
Black with #02A46C
Text Example
Text Example
White with #02A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A46C; }
p { color: rgb(2,164,108); }
H1.HeaderClassName
{
color: #02A46C;
}
.AnyTagClassName
{
color: #02A46C;
}
</style>
background-color css
<style>
a { background-color: #02A46C; }
a { background-color: rgb(2,164,108); }
div.DivClassName
{
background-color: #02A46C;
}
.BgClassName
{
background-color: #02A46C;
}
</style>
border-color css
<style>
span { border-color: #02A46C; }
span { border-color: rgb(2,164,108); }
td.TdClassName
{
border-color: #02A46C;
}
.TagClassName
{
border-color: #02A46C;
}
</style>