Shades of Pigment Green #09AF55
Tints of Pigment Green #09AF55
RGB
CMYK
RGB Variations
Color information
#09AF55 (or 0x09AF55) is known color: Pigment Green. HEX triplet: 09, AF and 55. RGB value is (9,175,85). Sum of RGB (Red+Green+Blue) = 9+175+85=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 175 (68.75% from 255 or 65.06% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF55 is #F650AA. Grayscale: #737373. Windows color (decimal): -16142507 or 5615369. OLE color: 5615369.
HSL color Cylindrical-coordinate representation of color #09AF55: hue angle of 147.47º 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 #09AF55 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 85 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.31 |
| HSL | 147.47º | 0.9% | 0.36% | - |
| HSV(B) | 147.47º | 0.95% | 0.69% | - |
| XYZ | 17.08 | 31.37 | 13.75 | - |
| YUV | 115.11 | 111 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 85 | 0.95 | 0 | 0.51 | 0.31 | 147.47 | 0.9 | 0.36 |
| Hex | 9 | AF | 55 | 5F | 0 | 33 | 1F | 93 | 5A | 24 |
| Octal | 11 | 257 | 125 | 137 | 0 | 63 | 37 | 223 | 132 | 44 |
| Binary | 1001 | 10101111 | 1010101 | 1011111 | 0 | 110011 | 11111 | 10010011 | 1011010 | 100100 |
Color Harmonies of #09AF55
Complementary color
Monochromatic Colors of #09AF55
Black with #09AF55
Text Example
Text Example
White with #09AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF55; }
p { color: rgb(9,175,85); }
H1.HeaderClassName
{
color: #09AF55;
}
.AnyTagClassName
{
color: #09AF55;
}
</style>
background-color css
<style>
a { background-color: #09AF55; }
a { background-color: rgb(9,175,85); }
div.DivClassName
{
background-color: #09AF55;
}
.BgClassName
{
background-color: #09AF55;
}
</style>
border-color css
<style>
span { border-color: #09AF55; }
span { border-color: rgb(9,175,85); }
td.TdClassName
{
border-color: #09AF55;
}
.TagClassName
{
border-color: #09AF55;
}
</style>