Shades of Dark Pastel Green #09BA50
Tints of Dark Pastel Green #09BA50
RGB
CMYK
RGB Variations
Color information
#09BA50 (or 0x09BA50) is known color: Dark Pastel Green. HEX triplet: 09, BA and 50. RGB value is (9,186,80). Sum of RGB (Red+Green+Blue) = 9+186+80=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BA50 is #F645AF. Grayscale: #797979. Windows color (decimal): -16139696 or 5290505. OLE color: 5290505.
HSL color Cylindrical-coordinate representation of color #09BA50: hue angle of 144.07º 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 #09BA50 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 80 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.27 |
| HSL | 144.07º | 0.91% | 0.38% | - |
| HSV(B) | 144.07º | 0.95% | 0.73% | - |
| XYZ | 19.12 | 35.76 | 13.48 | - |
| YUV | 120.99 | 104.86 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 80 | 0.95 | 0 | 0.57 | 0.27 | 144.07 | 0.91 | 0.38 |
| Hex | 9 | BA | 50 | 5F | 0 | 39 | 1B | 90 | 5B | 26 |
| Octal | 11 | 272 | 120 | 137 | 0 | 71 | 33 | 220 | 133 | 46 |
| Binary | 1001 | 10111010 | 1010000 | 1011111 | 0 | 111001 | 11011 | 10010000 | 1011011 | 100110 |
Color Harmonies of #09BA50
Complementary color
Monochromatic Colors of #09BA50
Black with #09BA50
Text Example
Text Example
White with #09BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA50; }
p { color: rgb(9,186,80); }
H1.HeaderClassName
{
color: #09BA50;
}
.AnyTagClassName
{
color: #09BA50;
}
</style>
background-color css
<style>
a { background-color: #09BA50; }
a { background-color: rgb(9,186,80); }
div.DivClassName
{
background-color: #09BA50;
}
.BgClassName
{
background-color: #09BA50;
}
</style>
border-color css
<style>
span { border-color: #09BA50; }
span { border-color: rgb(9,186,80); }
td.TdClassName
{
border-color: #09BA50;
}
.TagClassName
{
border-color: #09BA50;
}
</style>