Shades of Dark Pastel Green #0BAC40
Tints of Dark Pastel Green #0BAC40
RGB
CMYK
RGB Variations
Color information
#0BAC40 (or 0x0BAC40) is known color: Dark Pastel Green. HEX triplet: 0B, AC and 40. RGB value is (11,172,64). Sum of RGB (Red+Green+Blue) = 11+172+64=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAC40 is #F453BF. Grayscale: #6F6F6F. Windows color (decimal): -16012224 or 4238347. OLE color: 4238347.
HSL color Cylindrical-coordinate representation of color #0BAC40: hue angle of 139.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC40 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 64 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.33 |
| HSL | 139.75º | 0.88% | 0.36% | - |
| HSV(B) | 139.75º | 0.94% | 0.67% | - |
| XYZ | 15.82 | 29.95 | 9.8 | - |
| YUV | 111.55 | 101.16 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 64 | 0.94 | 0 | 0.63 | 0.33 | 139.75 | 0.88 | 0.36 |
| Hex | B | AC | 40 | 5E | 0 | 3F | 21 | 8C | 58 | 24 |
| Octal | 13 | 254 | 100 | 136 | 0 | 77 | 41 | 214 | 130 | 44 |
| Binary | 1011 | 10101100 | 1000000 | 1011110 | 0 | 111111 | 100001 | 10001100 | 1011000 | 100100 |
Color Harmonies of #0BAC40
Complementary color
Monochromatic Colors of #0BAC40
Black with #0BAC40
Text Example
Text Example
White with #0BAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC40; }
p { color: rgb(11,172,64); }
H1.HeaderClassName
{
color: #0BAC40;
}
.AnyTagClassName
{
color: #0BAC40;
}
</style>
background-color css
<style>
a { background-color: #0BAC40; }
a { background-color: rgb(11,172,64); }
div.DivClassName
{
background-color: #0BAC40;
}
.BgClassName
{
background-color: #0BAC40;
}
</style>
border-color css
<style>
span { border-color: #0BAC40; }
span { border-color: rgb(11,172,64); }
td.TdClassName
{
border-color: #0BAC40;
}
.TagClassName
{
border-color: #0BAC40;
}
</style>