Shades of Dark Pastel Green #09BA3E
Tints of Dark Pastel Green #09BA3E
RGB
CMYK
RGB Variations
Color information
#09BA3E (or 0x09BA3E) is known color: Dark Pastel Green. HEX triplet: 09, BA and 3E. RGB value is (9,186,62). Sum of RGB (Red+Green+Blue) = 9+186+62=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 186 (73.05% from 255 or 72.37% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BA3E is #F645C1. Grayscale: #777777. Windows color (decimal): -16139714 or 4110857. OLE color: 4110857.
HSL color Cylindrical-coordinate representation of color #09BA3E: hue angle of 137.97º 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 #09BA3E is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 62 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.27 |
| HSL | 137.97º | 0.91% | 0.38% | - |
| HSV(B) | 137.97º | 0.95% | 0.73% | - |
| XYZ | 18.54 | 35.52 | 10.44 | - |
| YUV | 118.94 | 95.86 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 62 | 0.95 | 0 | 0.67 | 0.27 | 137.97 | 0.91 | 0.38 |
| Hex | 9 | BA | 3E | 5F | 0 | 43 | 1B | 8A | 5B | 26 |
| Octal | 11 | 272 | 76 | 137 | 0 | 103 | 33 | 212 | 133 | 46 |
| Binary | 1001 | 10111010 | 111110 | 1011111 | 0 | 1000011 | 11011 | 10001010 | 1011011 | 100110 |
Color Harmonies of #09BA3E
Complementary color
Monochromatic Colors of #09BA3E
Black with #09BA3E
Text Example
Text Example
White with #09BA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA3E; }
p { color: rgb(9,186,62); }
H1.HeaderClassName
{
color: #09BA3E;
}
.AnyTagClassName
{
color: #09BA3E;
}
</style>
background-color css
<style>
a { background-color: #09BA3E; }
a { background-color: rgb(9,186,62); }
div.DivClassName
{
background-color: #09BA3E;
}
.BgClassName
{
background-color: #09BA3E;
}
</style>
border-color css
<style>
span { border-color: #09BA3E; }
span { border-color: rgb(9,186,62); }
td.TdClassName
{
border-color: #09BA3E;
}
.TagClassName
{
border-color: #09BA3E;
}
</style>