Shades of Dark Pastel Green #09BA2B
Tints of Dark Pastel Green #09BA2B
RGB
CMYK
RGB Variations
Color information
#09BA2B (or 0x09BA2B) is known color: Dark Pastel Green. HEX triplet: 09, BA and 2B. RGB value is (9,186,43). Sum of RGB (Red+Green+Blue) = 9+186+43=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 186 (73.05% from 255 or 78.15% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BA2B is #F645D4. Grayscale: #757575. Windows color (decimal): -16139733 or 2865673. OLE color: 2865673.
HSL color Cylindrical-coordinate representation of color #09BA2B: hue angle of 131.53º 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 #09BA2B is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 43 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.27 |
| HSL | 131.53º | 0.91% | 0.38% | - |
| HSV(B) | 131.53º | 0.95% | 0.73% | - |
| XYZ | 18.11 | 35.35 | 8.15 | - |
| YUV | 116.78 | 86.36 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 43 | 0.95 | 0 | 0.77 | 0.27 | 131.53 | 0.91 | 0.38 |
| Hex | 9 | BA | 2B | 5F | 0 | 4D | 1B | 84 | 5B | 26 |
| Octal | 11 | 272 | 53 | 137 | 0 | 115 | 33 | 204 | 133 | 46 |
| Binary | 1001 | 10111010 | 101011 | 1011111 | 0 | 1001101 | 11011 | 10000100 | 1011011 | 100110 |
Color Harmonies of #09BA2B
Complementary color
Monochromatic Colors of #09BA2B
Black with #09BA2B
Text Example
Text Example
White with #09BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA2B; }
p { color: rgb(9,186,43); }
H1.HeaderClassName
{
color: #09BA2B;
}
.AnyTagClassName
{
color: #09BA2B;
}
</style>
background-color css
<style>
a { background-color: #09BA2B; }
a { background-color: rgb(9,186,43); }
div.DivClassName
{
background-color: #09BA2B;
}
.BgClassName
{
background-color: #09BA2B;
}
</style>
border-color css
<style>
span { border-color: #09BA2B; }
span { border-color: rgb(9,186,43); }
td.TdClassName
{
border-color: #09BA2B;
}
.TagClassName
{
border-color: #09BA2B;
}
</style>