Shades of Pigment Green #009A3E
Tints of Pigment Green #009A3E
RGB
CMYK
RGB Variations
Color information
#009A3E (or 0x009A3E) is known color: Pigment Green. HEX triplet: 00, 9A and 3E. RGB value is (0,154,62). Sum of RGB (Red+Green+Blue) = 0+154+62=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 154 (60.55% from 255 or 71.30% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 154 - color contains mainly: green. Hex color #009A3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009A3E is #FF65C1. Grayscale: #616161. Windows color (decimal): -16737730 or 4102656. OLE color: 4102656.
HSL color Cylindrical-coordinate representation of color #009A3E: hue angle of 144.16º 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 #009A3E is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 154 | 62 | - |
| CMYK | 1 | 0 | 0.60 | 0.40 |
| HSL | 144.16º | 1% | 0.3% | - |
| HSV(B) | 144.16º | 1% | 0.6% | - |
| XYZ | 12.43 | 23.46 | 8.43 | - |
| YUV | 97.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 62 | 1 | 0 | 0.60 | 0.40 | 144.16 | 1 | 0.3 |
| Hex | 0 | 9A | 3E | 64 | 0 | 3C | 28 | 90 | 64 | 1E |
| Octal | 0 | 232 | 76 | 144 | 0 | 74 | 50 | 220 | 144 | 36 |
| Binary | 0 | 10011010 | 111110 | 1100100 | 0 | 111100 | 101000 | 10010000 | 1100100 | 11110 |
Color Harmonies of #009A3E
Complementary color
Monochromatic Colors of #009A3E
Black with #009A3E
Text Example
Text Example
White with #009A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009A3E; }
p { color: rgb(0,154,62); }
H1.HeaderClassName
{
color: #009A3E;
}
.AnyTagClassName
{
color: #009A3E;
}
</style>
background-color css
<style>
a { background-color: #009A3E; }
a { background-color: rgb(0,154,62); }
div.DivClassName
{
background-color: #009A3E;
}
.BgClassName
{
background-color: #009A3E;
}
</style>
border-color css
<style>
span { border-color: #009A3E; }
span { border-color: rgb(0,154,62); }
td.TdClassName
{
border-color: #009A3E;
}
.TagClassName
{
border-color: #009A3E;
}
</style>