Shades of Dark Pastel Green #0BBA25
Tints of Dark Pastel Green #0BBA25
RGB
CMYK
RGB Variations
Color information
#0BBA25 (or 0x0BBA25) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 25. RGB value is (11,186,37). Sum of RGB (Red+Green+Blue) = 11+186+37=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBA25 is #F445DA. Grayscale: #757575. Windows color (decimal): -16008667 or 2472459. OLE color: 2472459.
HSL color Cylindrical-coordinate representation of color #0BBA25: hue angle of 128.91º 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 #0BBA25 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 37 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.27 |
| HSL | 128.91º | 0.89% | 0.39% | - |
| HSV(B) | 128.91º | 0.94% | 0.73% | - |
| XYZ | 18.03 | 35.32 | 7.62 | - |
| YUV | 116.69 | 83.02 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 37 | 0.94 | 0 | 0.80 | 0.27 | 128.91 | 0.89 | 0.39 |
| Hex | B | BA | 25 | 5E | 0 | 50 | 1B | 81 | 59 | 27 |
| Octal | 13 | 272 | 45 | 136 | 0 | 120 | 33 | 201 | 131 | 47 |
| Binary | 1011 | 10111010 | 100101 | 1011110 | 0 | 1010000 | 11011 | 10000001 | 1011001 | 100111 |
Color Harmonies of #0BBA25
Complementary color
Monochromatic Colors of #0BBA25
Black with #0BBA25
Text Example
Text Example
White with #0BBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA25; }
p { color: rgb(11,186,37); }
H1.HeaderClassName
{
color: #0BBA25;
}
.AnyTagClassName
{
color: #0BBA25;
}
</style>
background-color css
<style>
a { background-color: #0BBA25; }
a { background-color: rgb(11,186,37); }
div.DivClassName
{
background-color: #0BBA25;
}
.BgClassName
{
background-color: #0BBA25;
}
</style>
border-color css
<style>
span { border-color: #0BBA25; }
span { border-color: rgb(11,186,37); }
td.TdClassName
{
border-color: #0BBA25;
}
.TagClassName
{
border-color: #0BBA25;
}
</style>