Shades of Pigment Green #09A14B
Tints of Pigment Green #09A14B
RGB
CMYK
RGB Variations
Color information
#09A14B (or 0x09A14B) is known color: Pigment Green. HEX triplet: 09, A1 and 4B. RGB value is (9,161,75). Sum of RGB (Red+Green+Blue) = 9+161+75=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 161 (63.28% from 255 or 65.71% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 161 - color contains mainly: green. Hex color #09A14B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A14B is #F65EB4. Grayscale: #696969. Windows color (decimal): -16146101 or 4956425. OLE color: 4956425.
HSL color Cylindrical-coordinate representation of color #09A14B: hue angle of 146.05º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A14B is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 161 | 75 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.37 |
| HSL | 146.05º | 0.89% | 0.33% | - |
| HSV(B) | 146.05º | 0.94% | 0.63% | - |
| XYZ | 14.13 | 26.06 | 10.94 | - |
| YUV | 105.75 | 110.64 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 75 | 0.94 | 0 | 0.53 | 0.37 | 146.05 | 0.89 | 0.33 |
| Hex | 9 | A1 | 4B | 5E | 0 | 35 | 25 | 92 | 59 | 21 |
| Octal | 11 | 241 | 113 | 136 | 0 | 65 | 45 | 222 | 131 | 41 |
| Binary | 1001 | 10100001 | 1001011 | 1011110 | 0 | 110101 | 100101 | 10010010 | 1011001 | 100001 |
Color Harmonies of #09A14B
Complementary color
Monochromatic Colors of #09A14B
Black with #09A14B
Text Example
Text Example
White with #09A14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A14B; }
p { color: rgb(9,161,75); }
H1.HeaderClassName
{
color: #09A14B;
}
.AnyTagClassName
{
color: #09A14B;
}
</style>
background-color css
<style>
a { background-color: #09A14B; }
a { background-color: rgb(9,161,75); }
div.DivClassName
{
background-color: #09A14B;
}
.BgClassName
{
background-color: #09A14B;
}
</style>
border-color css
<style>
span { border-color: #09A14B; }
span { border-color: rgb(9,161,75); }
td.TdClassName
{
border-color: #09A14B;
}
.TagClassName
{
border-color: #09A14B;
}
</style>