Shades of Pigment Green #09AF4E
Tints of Pigment Green #09AF4E
RGB
CMYK
RGB Variations
Color information
#09AF4E (or 0x09AF4E) is known color: Pigment Green. HEX triplet: 09, AF and 4E. RGB value is (9,175,78). Sum of RGB (Red+Green+Blue) = 9+175+78=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF4E is #F650B1. Grayscale: #727272. Windows color (decimal): -16142514 or 5156617. OLE color: 5156617.
HSL color Cylindrical-coordinate representation of color #09AF4E: hue angle of 144.94º 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 #09AF4E is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 78 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.31 |
| HSL | 144.94º | 0.9% | 0.36% | - |
| HSV(B) | 144.94º | 0.95% | 0.69% | - |
| XYZ | 16.82 | 31.27 | 12.36 | - |
| YUV | 114.31 | 107.5 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 78 | 0.95 | 0 | 0.55 | 0.31 | 144.94 | 0.9 | 0.36 |
| Hex | 9 | AF | 4E | 5F | 0 | 37 | 1F | 91 | 5A | 24 |
| Octal | 11 | 257 | 116 | 137 | 0 | 67 | 37 | 221 | 132 | 44 |
| Binary | 1001 | 10101111 | 1001110 | 1011111 | 0 | 110111 | 11111 | 10010001 | 1011010 | 100100 |
Color Harmonies of #09AF4E
Complementary color
Monochromatic Colors of #09AF4E
Black with #09AF4E
Text Example
Text Example
White with #09AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF4E; }
p { color: rgb(9,175,78); }
H1.HeaderClassName
{
color: #09AF4E;
}
.AnyTagClassName
{
color: #09AF4E;
}
</style>
background-color css
<style>
a { background-color: #09AF4E; }
a { background-color: rgb(9,175,78); }
div.DivClassName
{
background-color: #09AF4E;
}
.BgClassName
{
background-color: #09AF4E;
}
</style>
border-color css
<style>
span { border-color: #09AF4E; }
span { border-color: rgb(9,175,78); }
td.TdClassName
{
border-color: #09AF4E;
}
.TagClassName
{
border-color: #09AF4E;
}
</style>