Shades of Pigment Green #009A32
Tints of Pigment Green #009A32
RGB
CMYK
RGB Variations
Color information
#009A32 (or 0x009A32) is known color: Pigment Green. HEX triplet: 00, 9A and 32. RGB value is (0,154,50). Sum of RGB (Red+Green+Blue) = 0+154+50=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 154 (60.55% from 255 or 75.49% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 154 - color contains mainly: green. Hex color #009A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009A32 is #FF65CD. Grayscale: #606060. Windows color (decimal): -16737742 or 3316224. OLE color: 3316224.
HSL color Cylindrical-coordinate representation of color #009A32: hue angle of 139.48º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009A32 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 154 | 50 | - |
| CMYK | 1 | 0 | 0.68 | 0.40 |
| HSL | 139.48º | 1% | 0.3% | - |
| HSV(B) | 139.48º | 1% | 0.6% | - |
| XYZ | 12.13 | 23.34 | 6.88 | - |
| YUV | 96.1 | 101.98 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 50 | 1 | 0 | 0.68 | 0.40 | 139.48 | 1 | 0.3 |
| Hex | 0 | 9A | 32 | 64 | 0 | 44 | 28 | 8B | 64 | 1E |
| Octal | 0 | 232 | 62 | 144 | 0 | 104 | 50 | 213 | 144 | 36 |
| Binary | 0 | 10011010 | 110010 | 1100100 | 0 | 1000100 | 101000 | 10001011 | 1100100 | 11110 |
Color Harmonies of #009A32
Complementary color
Monochromatic Colors of #009A32
Black with #009A32
Text Example
Text Example
White with #009A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009A32; }
p { color: rgb(0,154,50); }
H1.HeaderClassName
{
color: #009A32;
}
.AnyTagClassName
{
color: #009A32;
}
</style>
background-color css
<style>
a { background-color: #009A32; }
a { background-color: rgb(0,154,50); }
div.DivClassName
{
background-color: #009A32;
}
.BgClassName
{
background-color: #009A32;
}
</style>
border-color css
<style>
span { border-color: #009A32; }
span { border-color: rgb(0,154,50); }
td.TdClassName
{
border-color: #009A32;
}
.TagClassName
{
border-color: #009A32;
}
</style>