Shades of Dark Pastel Green #09AF3F
Tints of Dark Pastel Green #09AF3F
RGB
CMYK
RGB Variations
Color information
#09AF3F (or 0x09AF3F) is known color: Dark Pastel Green. HEX triplet: 09, AF and 3F. RGB value is (9,175,63). Sum of RGB (Red+Green+Blue) = 9+175+63=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 175 (68.75% from 255 or 70.85% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09AF3F is #F650C0. Grayscale: #707070. Windows color (decimal): -16142529 or 4173577. OLE color: 4173577.
HSL color Cylindrical-coordinate representation of color #09AF3F: hue angle of 139.52º 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 #09AF3F is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 63 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.31 |
| HSL | 139.52º | 0.9% | 0.36% | - |
| HSV(B) | 139.52º | 0.95% | 0.69% | - |
| XYZ | 16.34 | 31.08 | 9.84 | - |
| YUV | 112.6 | 100 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 63 | 0.95 | 0 | 0.64 | 0.31 | 139.52 | 0.9 | 0.36 |
| Hex | 9 | AF | 3F | 5F | 0 | 40 | 1F | 8C | 5A | 24 |
| Octal | 11 | 257 | 77 | 137 | 0 | 100 | 37 | 214 | 132 | 44 |
| Binary | 1001 | 10101111 | 111111 | 1011111 | 0 | 1000000 | 11111 | 10001100 | 1011010 | 100100 |
Color Harmonies of #09AF3F
Complementary color
Monochromatic Colors of #09AF3F
Black with #09AF3F
Text Example
Text Example
White with #09AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF3F; }
p { color: rgb(9,175,63); }
H1.HeaderClassName
{
color: #09AF3F;
}
.AnyTagClassName
{
color: #09AF3F;
}
</style>
background-color css
<style>
a { background-color: #09AF3F; }
a { background-color: rgb(9,175,63); }
div.DivClassName
{
background-color: #09AF3F;
}
.BgClassName
{
background-color: #09AF3F;
}
</style>
border-color css
<style>
span { border-color: #09AF3F; }
span { border-color: rgb(9,175,63); }
td.TdClassName
{
border-color: #09AF3F;
}
.TagClassName
{
border-color: #09AF3F;
}
</style>