Shades of Pigment Green #02A559
Tints of Pigment Green #02A559
RGB
CMYK
RGB Variations
Color information
#02A559 (or 0x02A559) is known color: Pigment Green. HEX triplet: 02, A5 and 59. RGB value is (2,165,89). Sum of RGB (Red+Green+Blue) = 2+165+89=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 165 (64.84% from 255 or 64.45% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 165 - color contains mainly: green. Hex color #02A559 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A559 is #FD5AA6. Grayscale: #6B6B6B. Windows color (decimal): -16603815 or 5874946. OLE color: 5874946.
HSL color Cylindrical-coordinate representation of color #02A559: hue angle of 152.02º 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 #02A559 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 165 | 89 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.35 |
| HSL | 152.02º | 0.98% | 0.33% | - |
| HSV(B) | 152.02º | 0.99% | 0.65% | - |
| XYZ | 15.28 | 27.64 | 13.98 | - |
| YUV | 107.6 | 117.5 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 165 | 89 | 0.99 | 0 | 0.46 | 0.35 | 152.02 | 0.98 | 0.33 |
| Hex | 2 | A5 | 59 | 63 | 0 | 2E | 23 | 98 | 62 | 21 |
| Octal | 2 | 245 | 131 | 143 | 0 | 56 | 43 | 230 | 142 | 41 |
| Binary | 10 | 10100101 | 1011001 | 1100011 | 0 | 101110 | 100011 | 10011000 | 1100010 | 100001 |
Color Harmonies of #02A559
Complementary color
Monochromatic Colors of #02A559
Black with #02A559
Text Example
Text Example
White with #02A559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A559; }
p { color: rgb(2,165,89); }
H1.HeaderClassName
{
color: #02A559;
}
.AnyTagClassName
{
color: #02A559;
}
</style>
background-color css
<style>
a { background-color: #02A559; }
a { background-color: rgb(2,165,89); }
div.DivClassName
{
background-color: #02A559;
}
.BgClassName
{
background-color: #02A559;
}
</style>
border-color css
<style>
span { border-color: #02A559; }
span { border-color: rgb(2,165,89); }
td.TdClassName
{
border-color: #02A559;
}
.TagClassName
{
border-color: #02A559;
}
</style>