Shades of Pigment Green #00A559
Tints of Pigment Green #00A559
RGB
CMYK
RGB Variations
Color information
#00A559 (or 0x00A559) is known color: Pigment Green. HEX triplet: 00, A5 and 59. RGB value is (0,165,89). Sum of RGB (Red+Green+Blue) = 0+165+89=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 165 (64.84% from 255 or 64.96% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 165 - color contains mainly: green. Hex color #00A559 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A559 is #FF5AA6. Grayscale: #6B6B6B. Windows color (decimal): -16734887 or 5874944. OLE color: 5874944.
HSL color Cylindrical-coordinate representation of color #00A559: hue angle of 152.36º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A559 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 165 | 89 | - |
| CMYK | 1 | 0 | 0.46 | 0.35 |
| HSL | 152.36º | 1% | 0.32% | - |
| HSV(B) | 152.36º | 1% | 0.65% | - |
| XYZ | 15.26 | 27.63 | 13.98 | - |
| YUV | 107 | 117.84 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 165 | 89 | 1 | 0 | 0.46 | 0.35 | 152.36 | 1 | 0.32 |
| Hex | 0 | A5 | 59 | 64 | 0 | 2E | 23 | 98 | 64 | 20 |
| Octal | 0 | 245 | 131 | 144 | 0 | 56 | 43 | 230 | 144 | 40 |
| Binary | 0 | 10100101 | 1011001 | 1100100 | 0 | 101110 | 100011 | 10011000 | 1100100 | 100000 |
Color Harmonies of #00A559
Complementary color
Monochromatic Colors of #00A559
Black with #00A559
Text Example
Text Example
White with #00A559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A559; }
p { color: rgb(0,165,89); }
H1.HeaderClassName
{
color: #00A559;
}
.AnyTagClassName
{
color: #00A559;
}
</style>
background-color css
<style>
a { background-color: #00A559; }
a { background-color: rgb(0,165,89); }
div.DivClassName
{
background-color: #00A559;
}
.BgClassName
{
background-color: #00A559;
}
</style>
border-color css
<style>
span { border-color: #00A559; }
span { border-color: rgb(0,165,89); }
td.TdClassName
{
border-color: #00A559;
}
.TagClassName
{
border-color: #00A559;
}
</style>