Shades of Dark Pastel Green #0BA826
Tints of Dark Pastel Green #0BA826
RGB
CMYK
RGB Variations
Color information
#0BA826 (or 0x0BA826) is known color: Dark Pastel Green. HEX triplet: 0B, A8 and 26. RGB value is (11,168,38). Sum of RGB (Red+Green+Blue) = 11+168+38=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 168 (66.02% from 255 or 77.42% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA826 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA826 is #F457D9. Grayscale: #6A6A6A. Windows color (decimal): -16013274 or 2533387. OLE color: 2533387.
HSL color Cylindrical-coordinate representation of color #0BA826: hue angle of 130.32º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA826 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 168 | 38 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.34 |
| HSL | 130.32º | 0.88% | 0.35% | - |
| HSV(B) | 130.32º | 0.93% | 0.66% | - |
| XYZ | 14.49 | 28.22 | 6.52 | - |
| YUV | 106.24 | 89.49 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 168 | 38 | 0.93 | 0 | 0.77 | 0.34 | 130.32 | 0.88 | 0.35 |
| Hex | B | A8 | 26 | 5D | 0 | 4D | 22 | 82 | 58 | 23 |
| Octal | 13 | 250 | 46 | 135 | 0 | 115 | 42 | 202 | 130 | 43 |
| Binary | 1011 | 10101000 | 100110 | 1011101 | 0 | 1001101 | 100010 | 10000010 | 1011000 | 100011 |
Color Harmonies of #0BA826
Complementary color
Monochromatic Colors of #0BA826
Black with #0BA826
Text Example
Text Example
White with #0BA826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA826; }
p { color: rgb(11,168,38); }
H1.HeaderClassName
{
color: #0BA826;
}
.AnyTagClassName
{
color: #0BA826;
}
</style>
background-color css
<style>
a { background-color: #0BA826; }
a { background-color: rgb(11,168,38); }
div.DivClassName
{
background-color: #0BA826;
}
.BgClassName
{
background-color: #0BA826;
}
</style>
border-color css
<style>
span { border-color: #0BA826; }
span { border-color: rgb(11,168,38); }
td.TdClassName
{
border-color: #0BA826;
}
.TagClassName
{
border-color: #0BA826;
}
</style>