Shades of Pigment Green #09A03D
Tints of Pigment Green #09A03D
RGB
CMYK
RGB Variations
Color information
#09A03D (or 0x09A03D) is known color: Pigment Green. HEX triplet: 09, A0 and 3D. RGB value is (9,160,61). Sum of RGB (Red+Green+Blue) = 9+160+61=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 160 (62.89% from 255 or 69.57% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 160 - color contains mainly: green. Hex color #09A03D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A03D is #F65FC2. Grayscale: #676767. Windows color (decimal): -16146371 or 4038665. OLE color: 4038665.
HSL color Cylindrical-coordinate representation of color #09A03D: hue angle of 140.66º 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 #09A03D is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 61 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.37 |
| HSL | 140.66º | 0.89% | 0.33% | - |
| HSV(B) | 140.66º | 0.94% | 0.63% | - |
| XYZ | 13.53 | 25.54 | 8.63 | - |
| YUV | 103.57 | 103.97 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 61 | 0.94 | 0 | 0.62 | 0.37 | 140.66 | 0.89 | 0.33 |
| Hex | 9 | A0 | 3D | 5E | 0 | 3E | 25 | 8D | 59 | 21 |
| Octal | 11 | 240 | 75 | 136 | 0 | 76 | 45 | 215 | 131 | 41 |
| Binary | 1001 | 10100000 | 111101 | 1011110 | 0 | 111110 | 100101 | 10001101 | 1011001 | 100001 |
Color Harmonies of #09A03D
Complementary color
Monochromatic Colors of #09A03D
Black with #09A03D
Text Example
Text Example
White with #09A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A03D; }
p { color: rgb(9,160,61); }
H1.HeaderClassName
{
color: #09A03D;
}
.AnyTagClassName
{
color: #09A03D;
}
</style>
background-color css
<style>
a { background-color: #09A03D; }
a { background-color: rgb(9,160,61); }
div.DivClassName
{
background-color: #09A03D;
}
.BgClassName
{
background-color: #09A03D;
}
</style>
border-color css
<style>
span { border-color: #09A03D; }
span { border-color: rgb(9,160,61); }
td.TdClassName
{
border-color: #09A03D;
}
.TagClassName
{
border-color: #09A03D;
}
</style>