Shades of Dark Pastel Green #0BBA1A
Tints of Dark Pastel Green #0BBA1A
RGB
CMYK
RGB Variations
Color information
#0BBA1A (or 0x0BBA1A) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 1A. RGB value is (11,186,26). Sum of RGB (Red+Green+Blue) = 11+186+26=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 186 (73.05% from 255 or 83.41% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBA1A is #F445E5. Grayscale: #737373. Windows color (decimal): -16008678 or 1751563. OLE color: 1751563.
HSL color Cylindrical-coordinate representation of color #0BBA1A: hue angle of 125.14º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA1A is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 26 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.27 |
| HSL | 125.14º | 0.89% | 0.39% | - |
| HSV(B) | 125.14º | 0.94% | 0.73% | - |
| XYZ | 17.88 | 35.26 | 6.84 | - |
| YUV | 115.44 | 77.52 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 26 | 0.94 | 0 | 0.86 | 0.27 | 125.14 | 0.89 | 0.39 |
| Hex | B | BA | 1A | 5E | 0 | 56 | 1B | 7D | 59 | 27 |
| Octal | 13 | 272 | 32 | 136 | 0 | 126 | 33 | 175 | 131 | 47 |
| Binary | 1011 | 10111010 | 11010 | 1011110 | 0 | 1010110 | 11011 | 1111101 | 1011001 | 100111 |
Color Harmonies of #0BBA1A
Complementary color
Monochromatic Colors of #0BBA1A
Black with #0BBA1A
Text Example
Text Example
White with #0BBA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA1A; }
p { color: rgb(11,186,26); }
H1.HeaderClassName
{
color: #0BBA1A;
}
.AnyTagClassName
{
color: #0BBA1A;
}
</style>
background-color css
<style>
a { background-color: #0BBA1A; }
a { background-color: rgb(11,186,26); }
div.DivClassName
{
background-color: #0BBA1A;
}
.BgClassName
{
background-color: #0BBA1A;
}
</style>
border-color css
<style>
span { border-color: #0BBA1A; }
span { border-color: rgb(11,186,26); }
td.TdClassName
{
border-color: #0BBA1A;
}
.TagClassName
{
border-color: #0BBA1A;
}
</style>