Shades of Pigment Green #00A957
Tints of Pigment Green #00A957
RGB
CMYK
RGB Variations
Color information
#00A957 (or 0x00A957) is known color: Pigment Green. HEX triplet: 00, A9 and 57. RGB value is (0,169,87). Sum of RGB (Red+Green+Blue) = 0+169+87=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 169 (66.41% from 255 or 66.02% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 169 - color contains mainly: green. Hex color #00A957 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A957 is #FF56A8. Grayscale: #6D6D6D. Windows color (decimal): -16733865 or 5744896. OLE color: 5744896.
HSL color Cylindrical-coordinate representation of color #00A957: hue angle of 150.89º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A957 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 87 | - |
| CMYK | 1 | 0 | 0.49 | 0.34 |
| HSL | 150.89º | 1% | 0.33% | - |
| HSV(B) | 150.89º | 1% | 0.66% | - |
| XYZ | 15.91 | 29.06 | 13.79 | - |
| YUV | 109.12 | 115.51 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 87 | 1 | 0 | 0.49 | 0.34 | 150.89 | 1 | 0.33 |
| Hex | 0 | A9 | 57 | 64 | 0 | 31 | 22 | 97 | 64 | 21 |
| Octal | 0 | 251 | 127 | 144 | 0 | 61 | 42 | 227 | 144 | 41 |
| Binary | 0 | 10101001 | 1010111 | 1100100 | 0 | 110001 | 100010 | 10010111 | 1100100 | 100001 |
Color Harmonies of #00A957
Complementary color
Monochromatic Colors of #00A957
Black with #00A957
Text Example
Text Example
White with #00A957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A957; }
p { color: rgb(0,169,87); }
H1.HeaderClassName
{
color: #00A957;
}
.AnyTagClassName
{
color: #00A957;
}
</style>
background-color css
<style>
a { background-color: #00A957; }
a { background-color: rgb(0,169,87); }
div.DivClassName
{
background-color: #00A957;
}
.BgClassName
{
background-color: #00A957;
}
</style>
border-color css
<style>
span { border-color: #00A957; }
span { border-color: rgb(0,169,87); }
td.TdClassName
{
border-color: #00A957;
}
.TagClassName
{
border-color: #00A957;
}
</style>