Shades of Pigment Green #009A45
Tints of Pigment Green #009A45
RGB
CMYK
RGB Variations
Color information
#009A45 (or 0x009A45) is known color: Pigment Green. HEX triplet: 00, 9A and 45. RGB value is (0,154,69). Sum of RGB (Red+Green+Blue) = 0+154+69=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 154 (60.55% from 255 or 69.06% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 154 - color contains mainly: green. Hex color #009A45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009A45 is #FF65BA. Grayscale: #626262. Windows color (decimal): -16737723 or 4561408. OLE color: 4561408.
HSL color Cylindrical-coordinate representation of color #009A45: hue angle of 146.88º 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 #009A45 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 154 | 69 | - |
| CMYK | 1 | 0 | 0.55 | 0.40 |
| HSL | 146.88º | 1% | 0.3% | - |
| HSV(B) | 146.88º | 1% | 0.6% | - |
| XYZ | 12.63 | 23.54 | 9.51 | - |
| YUV | 98.26 | 111.48 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 69 | 1 | 0 | 0.55 | 0.40 | 146.88 | 1 | 0.3 |
| Hex | 0 | 9A | 45 | 64 | 0 | 37 | 28 | 93 | 64 | 1E |
| Octal | 0 | 232 | 105 | 144 | 0 | 67 | 50 | 223 | 144 | 36 |
| Binary | 0 | 10011010 | 1000101 | 1100100 | 0 | 110111 | 101000 | 10010011 | 1100100 | 11110 |
Color Harmonies of #009A45
Complementary color
Monochromatic Colors of #009A45
Black with #009A45
Text Example
Text Example
White with #009A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009A45; }
p { color: rgb(0,154,69); }
H1.HeaderClassName
{
color: #009A45;
}
.AnyTagClassName
{
color: #009A45;
}
</style>
background-color css
<style>
a { background-color: #009A45; }
a { background-color: rgb(0,154,69); }
div.DivClassName
{
background-color: #009A45;
}
.BgClassName
{
background-color: #009A45;
}
</style>
border-color css
<style>
span { border-color: #009A45; }
span { border-color: rgb(0,154,69); }
td.TdClassName
{
border-color: #009A45;
}
.TagClassName
{
border-color: #009A45;
}
</style>