Shades of Pigment Green #09AF4D
Tints of Pigment Green #09AF4D
RGB
CMYK
RGB Variations
Color information
#09AF4D (or 0x09AF4D) is known color: Pigment Green. HEX triplet: 09, AF and 4D. RGB value is (9,175,77). Sum of RGB (Red+Green+Blue) = 9+175+77=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 175 (68.75% from 255 or 67.05% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF4D is #F650B2. Grayscale: #727272. Windows color (decimal): -16142515 or 5091081. OLE color: 5091081.
HSL color Cylindrical-coordinate representation of color #09AF4D: hue angle of 144.58º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AF4D is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 77 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.31 |
| HSL | 144.58º | 0.9% | 0.36% | - |
| HSV(B) | 144.58º | 0.95% | 0.69% | - |
| XYZ | 16.78 | 31.25 | 12.17 | - |
| YUV | 114.19 | 107 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 77 | 0.95 | 0 | 0.56 | 0.31 | 144.58 | 0.9 | 0.36 |
| Hex | 9 | AF | 4D | 5F | 0 | 38 | 1F | 91 | 5A | 24 |
| Octal | 11 | 257 | 115 | 137 | 0 | 70 | 37 | 221 | 132 | 44 |
| Binary | 1001 | 10101111 | 1001101 | 1011111 | 0 | 111000 | 11111 | 10010001 | 1011010 | 100100 |
Color Harmonies of #09AF4D
Complementary color
Monochromatic Colors of #09AF4D
Black with #09AF4D
Text Example
Text Example
White with #09AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF4D; }
p { color: rgb(9,175,77); }
H1.HeaderClassName
{
color: #09AF4D;
}
.AnyTagClassName
{
color: #09AF4D;
}
</style>
background-color css
<style>
a { background-color: #09AF4D; }
a { background-color: rgb(9,175,77); }
div.DivClassName
{
background-color: #09AF4D;
}
.BgClassName
{
background-color: #09AF4D;
}
</style>
border-color css
<style>
span { border-color: #09AF4D; }
span { border-color: rgb(9,175,77); }
td.TdClassName
{
border-color: #09AF4D;
}
.TagClassName
{
border-color: #09AF4D;
}
</style>