Shades of Pigment Green #00A042
Tints of Pigment Green #00A042
RGB
CMYK
RGB Variations
Color information
#00A042 (or 0x00A042) is known color: Pigment Green. HEX triplet: 00, A0 and 42. RGB value is (0,160,66). Sum of RGB (Red+Green+Blue) = 0+160+66=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 160 (62.89% from 255 or 70.80% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 160 - color contains mainly: green. Hex color #00A042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A042 is #FF5FBD. Grayscale: #656565. Windows color (decimal): -16736190 or 4366336. OLE color: 4366336.
HSL color Cylindrical-coordinate representation of color #00A042: hue angle of 144.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A042 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 66 | - |
| CMYK | 1 | 0 | 0.59 | 0.37 |
| HSL | 144.75º | 1% | 0.31% | - |
| HSV(B) | 144.75º | 1% | 0.63% | - |
| XYZ | 13.55 | 25.53 | 9.37 | - |
| YUV | 101.44 | 107.99 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 66 | 1 | 0 | 0.59 | 0.37 | 144.75 | 1 | 0.31 |
| Hex | 0 | A0 | 42 | 64 | 0 | 3B | 25 | 91 | 64 | 1F |
| Octal | 0 | 240 | 102 | 144 | 0 | 73 | 45 | 221 | 144 | 37 |
| Binary | 0 | 10100000 | 1000010 | 1100100 | 0 | 111011 | 100101 | 10010001 | 1100100 | 11111 |
Color Harmonies of #00A042
Complementary color
Monochromatic Colors of #00A042
Black with #00A042
Text Example
Text Example
White with #00A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A042; }
p { color: rgb(0,160,66); }
H1.HeaderClassName
{
color: #00A042;
}
.AnyTagClassName
{
color: #00A042;
}
</style>
background-color css
<style>
a { background-color: #00A042; }
a { background-color: rgb(0,160,66); }
div.DivClassName
{
background-color: #00A042;
}
.BgClassName
{
background-color: #00A042;
}
</style>
border-color css
<style>
span { border-color: #00A042; }
span { border-color: rgb(0,160,66); }
td.TdClassName
{
border-color: #00A042;
}
.TagClassName
{
border-color: #00A042;
}
</style>