Shades of Dark Pastel Green #09AF2D
Tints of Dark Pastel Green #09AF2D
RGB
CMYK
RGB Variations
Color information
#09AF2D (or 0x09AF2D) is known color: Dark Pastel Green. HEX triplet: 09, AF and 2D. RGB value is (9,175,45). Sum of RGB (Red+Green+Blue) = 9+175+45=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 175 (68.75% from 255 or 76.42% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09AF2D is #F650D2. Grayscale: #6E6E6E. Windows color (decimal): -16142547 or 2993929. OLE color: 2993929.
HSL color Cylindrical-coordinate representation of color #09AF2D: hue angle of 133.01º 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 #09AF2D is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 45 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.31 |
| HSL | 133.01º | 0.9% | 0.36% | - |
| HSV(B) | 133.01º | 0.95% | 0.69% | - |
| XYZ | 15.92 | 30.91 | 7.61 | - |
| YUV | 110.55 | 91 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 45 | 0.95 | 0 | 0.74 | 0.31 | 133.01 | 0.9 | 0.36 |
| Hex | 9 | AF | 2D | 5F | 0 | 4A | 1F | 85 | 5A | 24 |
| Octal | 11 | 257 | 55 | 137 | 0 | 112 | 37 | 205 | 132 | 44 |
| Binary | 1001 | 10101111 | 101101 | 1011111 | 0 | 1001010 | 11111 | 10000101 | 1011010 | 100100 |
Color Harmonies of #09AF2D
Complementary color
Monochromatic Colors of #09AF2D
Black with #09AF2D
Text Example
Text Example
White with #09AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF2D; }
p { color: rgb(9,175,45); }
H1.HeaderClassName
{
color: #09AF2D;
}
.AnyTagClassName
{
color: #09AF2D;
}
</style>
background-color css
<style>
a { background-color: #09AF2D; }
a { background-color: rgb(9,175,45); }
div.DivClassName
{
background-color: #09AF2D;
}
.BgClassName
{
background-color: #09AF2D;
}
</style>
border-color css
<style>
span { border-color: #09AF2D; }
span { border-color: rgb(9,175,45); }
td.TdClassName
{
border-color: #09AF2D;
}
.TagClassName
{
border-color: #09AF2D;
}
</style>