Shades of Dark Pastel Green #09BA1B
Tints of Dark Pastel Green #09BA1B
RGB
CMYK
RGB Variations
Color information
#09BA1B (or 0x09BA1B) is known color: Dark Pastel Green. HEX triplet: 09, BA and 1B. RGB value is (9,186,27). Sum of RGB (Red+Green+Blue) = 9+186+27=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 186 (73.05% from 255 or 83.78% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BA1B is #F645E4. Grayscale: #737373. Windows color (decimal): -16139749 or 1817097. OLE color: 1817097.
HSL color Cylindrical-coordinate representation of color #09BA1B: hue angle of 126.1º 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 #09BA1B is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 27 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.27 |
| HSL | 126.1º | 0.91% | 0.38% | - |
| HSV(B) | 126.1º | 0.95% | 0.73% | - |
| XYZ | 17.87 | 35.26 | 6.9 | - |
| YUV | 114.95 | 78.36 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 27 | 0.95 | 0 | 0.85 | 0.27 | 126.1 | 0.91 | 0.38 |
| Hex | 9 | BA | 1B | 5F | 0 | 55 | 1B | 7E | 5B | 26 |
| Octal | 11 | 272 | 33 | 137 | 0 | 125 | 33 | 176 | 133 | 46 |
| Binary | 1001 | 10111010 | 11011 | 1011111 | 0 | 1010101 | 11011 | 1111110 | 1011011 | 100110 |
Color Harmonies of #09BA1B
Complementary color
Monochromatic Colors of #09BA1B
Black with #09BA1B
Text Example
Text Example
White with #09BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA1B; }
p { color: rgb(9,186,27); }
H1.HeaderClassName
{
color: #09BA1B;
}
.AnyTagClassName
{
color: #09BA1B;
}
</style>
background-color css
<style>
a { background-color: #09BA1B; }
a { background-color: rgb(9,186,27); }
div.DivClassName
{
background-color: #09BA1B;
}
.BgClassName
{
background-color: #09BA1B;
}
</style>
border-color css
<style>
span { border-color: #09BA1B; }
span { border-color: rgb(9,186,27); }
td.TdClassName
{
border-color: #09BA1B;
}
.TagClassName
{
border-color: #09BA1B;
}
</style>