Shades of Dark Pastel Green #09BA2D
Tints of Dark Pastel Green #09BA2D
RGB
CMYK
RGB Variations
Color information
#09BA2D (or 0x09BA2D) is known color: Dark Pastel Green. HEX triplet: 09, BA and 2D. RGB value is (9,186,45). Sum of RGB (Red+Green+Blue) = 9+186+45=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BA2D is #F645D2. Grayscale: #757575. Windows color (decimal): -16139731 or 2996745. OLE color: 2996745.
HSL color Cylindrical-coordinate representation of color #09BA2D: hue angle of 132.2º 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 #09BA2D is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 45 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.27 |
| HSL | 132.2º | 0.91% | 0.38% | - |
| HSV(B) | 132.2º | 0.95% | 0.73% | - |
| XYZ | 18.15 | 35.37 | 8.35 | - |
| YUV | 117 | 87.36 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 45 | 0.95 | 0 | 0.76 | 0.27 | 132.2 | 0.91 | 0.38 |
| Hex | 9 | BA | 2D | 5F | 0 | 4C | 1B | 84 | 5B | 26 |
| Octal | 11 | 272 | 55 | 137 | 0 | 114 | 33 | 204 | 133 | 46 |
| Binary | 1001 | 10111010 | 101101 | 1011111 | 0 | 1001100 | 11011 | 10000100 | 1011011 | 100110 |
Color Harmonies of #09BA2D
Complementary color
Monochromatic Colors of #09BA2D
Black with #09BA2D
Text Example
Text Example
White with #09BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA2D; }
p { color: rgb(9,186,45); }
H1.HeaderClassName
{
color: #09BA2D;
}
.AnyTagClassName
{
color: #09BA2D;
}
</style>
background-color css
<style>
a { background-color: #09BA2D; }
a { background-color: rgb(9,186,45); }
div.DivClassName
{
background-color: #09BA2D;
}
.BgClassName
{
background-color: #09BA2D;
}
</style>
border-color css
<style>
span { border-color: #09BA2D; }
span { border-color: rgb(9,186,45); }
td.TdClassName
{
border-color: #09BA2D;
}
.TagClassName
{
border-color: #09BA2D;
}
</style>