Shades of Pigment Green #00A256
Tints of Pigment Green #00A256
RGB
CMYK
RGB Variations
Color information
#00A256 (or 0x00A256) is known color: Pigment Green. HEX triplet: 00, A2 and 56. RGB value is (0,162,86). Sum of RGB (Red+Green+Blue) = 0+162+86=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 162 (63.67% from 255 or 65.32% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 162 - color contains mainly: green. Hex color #00A256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A256 is #FF5DA9. Grayscale: #696969. Windows color (decimal): -16735658 or 5677568. OLE color: 5677568.
HSL color Cylindrical-coordinate representation of color #00A256: hue angle of 151.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A256 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 162 | 86 | - |
| CMYK | 1 | 0 | 0.47 | 0.36 |
| HSL | 151.85º | 1% | 0.32% | - |
| HSV(B) | 151.85º | 1% | 0.64% | - |
| XYZ | 14.6 | 26.51 | 13.15 | - |
| YUV | 104.9 | 117.33 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 162 | 86 | 1 | 0 | 0.47 | 0.36 | 151.85 | 1 | 0.32 |
| Hex | 0 | A2 | 56 | 64 | 0 | 2F | 24 | 98 | 64 | 20 |
| Octal | 0 | 242 | 126 | 144 | 0 | 57 | 44 | 230 | 144 | 40 |
| Binary | 0 | 10100010 | 1010110 | 1100100 | 0 | 101111 | 100100 | 10011000 | 1100100 | 100000 |
Color Harmonies of #00A256
Complementary color
Monochromatic Colors of #00A256
Black with #00A256
Text Example
Text Example
White with #00A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A256; }
p { color: rgb(0,162,86); }
H1.HeaderClassName
{
color: #00A256;
}
.AnyTagClassName
{
color: #00A256;
}
</style>
background-color css
<style>
a { background-color: #00A256; }
a { background-color: rgb(0,162,86); }
div.DivClassName
{
background-color: #00A256;
}
.BgClassName
{
background-color: #00A256;
}
</style>
border-color css
<style>
span { border-color: #00A256; }
span { border-color: rgb(0,162,86); }
td.TdClassName
{
border-color: #00A256;
}
.TagClassName
{
border-color: #00A256;
}
</style>