Shades of Dark Pastel Green #0BBC1A
Tints of Dark Pastel Green #0BBC1A
RGB
CMYK
RGB Variations
Color information
#0BBC1A (or 0x0BBC1A) is known color: Dark Pastel Green. HEX triplet: 0B, BC and 1A. RGB value is (11,188,26). Sum of RGB (Red+Green+Blue) = 11+188+26=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBC1A is #F443E5. Grayscale: #757575. Windows color (decimal): -16008166 or 1752075. OLE color: 1752075.
HSL color Cylindrical-coordinate representation of color #0BBC1A: hue angle of 125.08º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC1A is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 26 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.26 |
| HSL | 125.08º | 0.89% | 0.39% | - |
| HSV(B) | 125.08º | 0.94% | 0.74% | - |
| XYZ | 18.31 | 36.11 | 6.98 | - |
| YUV | 116.61 | 76.86 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 26 | 0.94 | 0 | 0.86 | 0.26 | 125.08 | 0.89 | 0.39 |
| Hex | B | BC | 1A | 5E | 0 | 56 | 1A | 7D | 59 | 27 |
| Octal | 13 | 274 | 32 | 136 | 0 | 126 | 32 | 175 | 131 | 47 |
| Binary | 1011 | 10111100 | 11010 | 1011110 | 0 | 1010110 | 11010 | 1111101 | 1011001 | 100111 |
Color Harmonies of #0BBC1A
Complementary color
Monochromatic Colors of #0BBC1A
Black with #0BBC1A
Text Example
Text Example
White with #0BBC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC1A; }
p { color: rgb(11,188,26); }
H1.HeaderClassName
{
color: #0BBC1A;
}
.AnyTagClassName
{
color: #0BBC1A;
}
</style>
background-color css
<style>
a { background-color: #0BBC1A; }
a { background-color: rgb(11,188,26); }
div.DivClassName
{
background-color: #0BBC1A;
}
.BgClassName
{
background-color: #0BBC1A;
}
</style>
border-color css
<style>
span { border-color: #0BBC1A; }
span { border-color: rgb(11,188,26); }
td.TdClassName
{
border-color: #0BBC1A;
}
.TagClassName
{
border-color: #0BBC1A;
}
</style>