Shades of Dark Pastel Green #09BA2C
Tints of Dark Pastel Green #09BA2C
RGB
CMYK
RGB Variations
Color information
#09BA2C (or 0x09BA2C) is known color: Dark Pastel Green. HEX triplet: 09, BA and 2C. RGB value is (9,186,44). Sum of RGB (Red+Green+Blue) = 9+186+44=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 186 (73.05% from 255 or 77.82% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BA2C is #F645D3. Grayscale: #757575. Windows color (decimal): -16139732 or 2931209. OLE color: 2931209.
HSL color Cylindrical-coordinate representation of color #09BA2C: hue angle of 131.86º 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 #09BA2C is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 44 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.27 |
| HSL | 131.86º | 0.91% | 0.38% | - |
| HSV(B) | 131.86º | 0.95% | 0.73% | - |
| XYZ | 18.13 | 35.36 | 8.25 | - |
| YUV | 116.89 | 86.86 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 44 | 0.95 | 0 | 0.76 | 0.27 | 131.86 | 0.91 | 0.38 |
| Hex | 9 | BA | 2C | 5F | 0 | 4C | 1B | 84 | 5B | 26 |
| Octal | 11 | 272 | 54 | 137 | 0 | 114 | 33 | 204 | 133 | 46 |
| Binary | 1001 | 10111010 | 101100 | 1011111 | 0 | 1001100 | 11011 | 10000100 | 1011011 | 100110 |
Color Harmonies of #09BA2C
Complementary color
Monochromatic Colors of #09BA2C
Black with #09BA2C
Text Example
Text Example
White with #09BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA2C; }
p { color: rgb(9,186,44); }
H1.HeaderClassName
{
color: #09BA2C;
}
.AnyTagClassName
{
color: #09BA2C;
}
</style>
background-color css
<style>
a { background-color: #09BA2C; }
a { background-color: rgb(9,186,44); }
div.DivClassName
{
background-color: #09BA2C;
}
.BgClassName
{
background-color: #09BA2C;
}
</style>
border-color css
<style>
span { border-color: #09BA2C; }
span { border-color: rgb(9,186,44); }
td.TdClassName
{
border-color: #09BA2C;
}
.TagClassName
{
border-color: #09BA2C;
}
</style>