Shades of Dark Pastel Green #09AF42
Tints of Dark Pastel Green #09AF42
RGB
CMYK
RGB Variations
Color information
#09AF42 (or 0x09AF42) is known color: Dark Pastel Green. HEX triplet: 09, AF and 42. RGB value is (9,175,66). Sum of RGB (Red+Green+Blue) = 9+175+66=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09AF42 is #F650BD. Grayscale: #717171. Windows color (decimal): -16142526 or 4370185. OLE color: 4370185.
HSL color Cylindrical-coordinate representation of color #09AF42: hue angle of 140.6º 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 #09AF42 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 66 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.31 |
| HSL | 140.6º | 0.9% | 0.36% | - |
| HSV(B) | 140.6º | 0.95% | 0.69% | - |
| XYZ | 16.43 | 31.11 | 10.29 | - |
| YUV | 112.94 | 101.5 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 66 | 0.95 | 0 | 0.62 | 0.31 | 140.6 | 0.9 | 0.36 |
| Hex | 9 | AF | 42 | 5F | 0 | 3E | 1F | 8D | 5A | 24 |
| Octal | 11 | 257 | 102 | 137 | 0 | 76 | 37 | 215 | 132 | 44 |
| Binary | 1001 | 10101111 | 1000010 | 1011111 | 0 | 111110 | 11111 | 10001101 | 1011010 | 100100 |
Color Harmonies of #09AF42
Complementary color
Monochromatic Colors of #09AF42
Black with #09AF42
Text Example
Text Example
White with #09AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF42; }
p { color: rgb(9,175,66); }
H1.HeaderClassName
{
color: #09AF42;
}
.AnyTagClassName
{
color: #09AF42;
}
</style>
background-color css
<style>
a { background-color: #09AF42; }
a { background-color: rgb(9,175,66); }
div.DivClassName
{
background-color: #09AF42;
}
.BgClassName
{
background-color: #09AF42;
}
</style>
border-color css
<style>
span { border-color: #09AF42; }
span { border-color: rgb(9,175,66); }
td.TdClassName
{
border-color: #09AF42;
}
.TagClassName
{
border-color: #09AF42;
}
</style>