Shades of Dark Pastel Green #09BA2F
Tints of Dark Pastel Green #09BA2F
RGB
CMYK
RGB Variations
Color information
#09BA2F (or 0x09BA2F) is known color: Dark Pastel Green. HEX triplet: 09, BA and 2F. RGB value is (9,186,47). Sum of RGB (Red+Green+Blue) = 9+186+47=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BA2F is #F645D0. Grayscale: #757575. Windows color (decimal): -16139729 or 3127817. OLE color: 3127817.
HSL color Cylindrical-coordinate representation of color #09BA2F: hue angle of 132.88º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BA2F is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 47 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.27 |
| HSL | 132.88º | 0.91% | 0.38% | - |
| HSV(B) | 132.88º | 0.95% | 0.73% | - |
| XYZ | 18.18 | 35.38 | 8.56 | - |
| YUV | 117.23 | 88.36 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 47 | 0.95 | 0 | 0.75 | 0.27 | 132.88 | 0.91 | 0.38 |
| Hex | 9 | BA | 2F | 5F | 0 | 4B | 1B | 85 | 5B | 26 |
| Octal | 11 | 272 | 57 | 137 | 0 | 113 | 33 | 205 | 133 | 46 |
| Binary | 1001 | 10111010 | 101111 | 1011111 | 0 | 1001011 | 11011 | 10000101 | 1011011 | 100110 |
Color Harmonies of #09BA2F
Complementary color
Monochromatic Colors of #09BA2F
Black with #09BA2F
Text Example
Text Example
White with #09BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA2F; }
p { color: rgb(9,186,47); }
H1.HeaderClassName
{
color: #09BA2F;
}
.AnyTagClassName
{
color: #09BA2F;
}
</style>
background-color css
<style>
a { background-color: #09BA2F; }
a { background-color: rgb(9,186,47); }
div.DivClassName
{
background-color: #09BA2F;
}
.BgClassName
{
background-color: #09BA2F;
}
</style>
border-color css
<style>
span { border-color: #09BA2F; }
span { border-color: rgb(9,186,47); }
td.TdClassName
{
border-color: #09BA2F;
}
.TagClassName
{
border-color: #09BA2F;
}
</style>