Shades of Dark Pastel Green #09BA2E
Tints of Dark Pastel Green #09BA2E
RGB
CMYK
RGB Variations
Color information
#09BA2E (or 0x09BA2E) is known color: Dark Pastel Green. HEX triplet: 09, BA and 2E. RGB value is (9,186,46). Sum of RGB (Red+Green+Blue) = 9+186+46=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BA2E is #F645D1. Grayscale: #757575. Windows color (decimal): -16139730 or 3062281. OLE color: 3062281.
HSL color Cylindrical-coordinate representation of color #09BA2E: hue angle of 132.54º 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 #09BA2E is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 46 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.27 |
| HSL | 132.54º | 0.91% | 0.38% | - |
| HSV(B) | 132.54º | 0.95% | 0.73% | - |
| XYZ | 18.16 | 35.37 | 8.46 | - |
| YUV | 117.12 | 87.86 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 46 | 0.95 | 0 | 0.75 | 0.27 | 132.54 | 0.91 | 0.38 |
| Hex | 9 | BA | 2E | 5F | 0 | 4B | 1B | 85 | 5B | 26 |
| Octal | 11 | 272 | 56 | 137 | 0 | 113 | 33 | 205 | 133 | 46 |
| Binary | 1001 | 10111010 | 101110 | 1011111 | 0 | 1001011 | 11011 | 10000101 | 1011011 | 100110 |
Color Harmonies of #09BA2E
Complementary color
Monochromatic Colors of #09BA2E
Black with #09BA2E
Text Example
Text Example
White with #09BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA2E; }
p { color: rgb(9,186,46); }
H1.HeaderClassName
{
color: #09BA2E;
}
.AnyTagClassName
{
color: #09BA2E;
}
</style>
background-color css
<style>
a { background-color: #09BA2E; }
a { background-color: rgb(9,186,46); }
div.DivClassName
{
background-color: #09BA2E;
}
.BgClassName
{
background-color: #09BA2E;
}
</style>
border-color css
<style>
span { border-color: #09BA2E; }
span { border-color: rgb(9,186,46); }
td.TdClassName
{
border-color: #09BA2E;
}
.TagClassName
{
border-color: #09BA2E;
}
</style>