Shades of Dark Pastel Green #09BA49
Tints of Dark Pastel Green #09BA49
RGB
CMYK
RGB Variations
Color information
#09BA49 (or 0x09BA49) is known color: Dark Pastel Green. HEX triplet: 09, BA and 49. RGB value is (9,186,73). Sum of RGB (Red+Green+Blue) = 9+186+73=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BA49 is #F645B6. Grayscale: #787878. Windows color (decimal): -16139703 or 4831753. OLE color: 4831753.
HSL color Cylindrical-coordinate representation of color #09BA49: hue angle of 141.69º 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 #09BA49 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 73 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.27 |
| HSL | 141.69º | 0.91% | 0.38% | - |
| HSV(B) | 141.69º | 0.95% | 0.73% | - |
| XYZ | 18.87 | 35.66 | 12.19 | - |
| YUV | 120.2 | 101.36 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 73 | 0.95 | 0 | 0.61 | 0.27 | 141.69 | 0.91 | 0.38 |
| Hex | 9 | BA | 49 | 5F | 0 | 3D | 1B | 8E | 5B | 26 |
| Octal | 11 | 272 | 111 | 137 | 0 | 75 | 33 | 216 | 133 | 46 |
| Binary | 1001 | 10111010 | 1001001 | 1011111 | 0 | 111101 | 11011 | 10001110 | 1011011 | 100110 |
Color Harmonies of #09BA49
Complementary color
Monochromatic Colors of #09BA49
Black with #09BA49
Text Example
Text Example
White with #09BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA49; }
p { color: rgb(9,186,73); }
H1.HeaderClassName
{
color: #09BA49;
}
.AnyTagClassName
{
color: #09BA49;
}
</style>
background-color css
<style>
a { background-color: #09BA49; }
a { background-color: rgb(9,186,73); }
div.DivClassName
{
background-color: #09BA49;
}
.BgClassName
{
background-color: #09BA49;
}
</style>
border-color css
<style>
span { border-color: #09BA49; }
span { border-color: rgb(9,186,73); }
td.TdClassName
{
border-color: #09BA49;
}
.TagClassName
{
border-color: #09BA49;
}
</style>