Shades of Pigment Green #09AC5C
Tints of Pigment Green #09AC5C
RGB
CMYK
RGB Variations
Color information
#09AC5C (or 0x09AC5C) is known color: Pigment Green. HEX triplet: 09, AC and 5C. RGB value is (9,172,92). Sum of RGB (Red+Green+Blue) = 9+172+92=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AC5C is #F653A3. Grayscale: #727272. Windows color (decimal): -16143268 or 6073353. OLE color: 6073353.
HSL color Cylindrical-coordinate representation of color #09AC5C: hue angle of 150.55º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AC5C is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 172 | 92 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.33 |
| HSL | 150.55º | 0.9% | 0.35% | - |
| HSV(B) | 150.55º | 0.95% | 0.67% | - |
| XYZ | 16.8 | 30.34 | 15.1 | - |
| YUV | 114.14 | 115.5 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 92 | 0.95 | 0 | 0.47 | 0.33 | 150.55 | 0.9 | 0.35 |
| Hex | 9 | AC | 5C | 5F | 0 | 2F | 21 | 97 | 5A | 23 |
| Octal | 11 | 254 | 134 | 137 | 0 | 57 | 41 | 227 | 132 | 43 |
| Binary | 1001 | 10101100 | 1011100 | 1011111 | 0 | 101111 | 100001 | 10010111 | 1011010 | 100011 |
Color Harmonies of #09AC5C
Complementary color
Monochromatic Colors of #09AC5C
Black with #09AC5C
Text Example
Text Example
White with #09AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AC5C; }
p { color: rgb(9,172,92); }
H1.HeaderClassName
{
color: #09AC5C;
}
.AnyTagClassName
{
color: #09AC5C;
}
</style>
background-color css
<style>
a { background-color: #09AC5C; }
a { background-color: rgb(9,172,92); }
div.DivClassName
{
background-color: #09AC5C;
}
.BgClassName
{
background-color: #09AC5C;
}
</style>
border-color css
<style>
span { border-color: #09AC5C; }
span { border-color: rgb(9,172,92); }
td.TdClassName
{
border-color: #09AC5C;
}
.TagClassName
{
border-color: #09AC5C;
}
</style>