Shades of Pigment Green #09A750
Tints of Pigment Green #09A750
RGB
CMYK
RGB Variations
Color information
#09A750 (or 0x09A750) is known color: Pigment Green. HEX triplet: 09, A7 and 50. RGB value is (9,167,80). Sum of RGB (Red+Green+Blue) = 9+167+80=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 167 (65.62% from 255 or 65.23% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 167 - color contains mainly: green. Hex color #09A750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A750 is #F658AF. Grayscale: #6E6E6E. Windows color (decimal): -16144560 or 5285641. OLE color: 5285641.
HSL color Cylindrical-coordinate representation of color #09A750: hue angle of 146.96º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A750 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 167 | 80 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.35 |
| HSL | 146.96º | 0.9% | 0.35% | - |
| HSV(B) | 146.96º | 0.95% | 0.65% | - |
| XYZ | 15.38 | 28.27 | 12.24 | - |
| YUV | 109.84 | 111.15 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 167 | 80 | 0.95 | 0 | 0.52 | 0.35 | 146.96 | 0.9 | 0.35 |
| Hex | 9 | A7 | 50 | 5F | 0 | 34 | 23 | 93 | 5A | 23 |
| Octal | 11 | 247 | 120 | 137 | 0 | 64 | 43 | 223 | 132 | 43 |
| Binary | 1001 | 10100111 | 1010000 | 1011111 | 0 | 110100 | 100011 | 10010011 | 1011010 | 100011 |
Color Harmonies of #09A750
Complementary color
Monochromatic Colors of #09A750
Black with #09A750
Text Example
Text Example
White with #09A750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A750; }
p { color: rgb(9,167,80); }
H1.HeaderClassName
{
color: #09A750;
}
.AnyTagClassName
{
color: #09A750;
}
</style>
background-color css
<style>
a { background-color: #09A750; }
a { background-color: rgb(9,167,80); }
div.DivClassName
{
background-color: #09A750;
}
.BgClassName
{
background-color: #09A750;
}
</style>
border-color css
<style>
span { border-color: #09A750; }
span { border-color: rgb(9,167,80); }
td.TdClassName
{
border-color: #09A750;
}
.TagClassName
{
border-color: #09A750;
}
</style>