Shades of Dark Pastel Green #0BAE24
Tints of Dark Pastel Green #0BAE24
RGB
CMYK
RGB Variations
Color information
#0BAE24 (or 0x0BAE24) is known color: Dark Pastel Green. HEX triplet: 0B, AE and 24. RGB value is (11,174,36). Sum of RGB (Red+Green+Blue) = 11+174+36=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 174 (68.36% from 255 or 78.73% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAE24 is #F451DB. Grayscale: #6D6D6D. Windows color (decimal): -16011740 or 2403851. OLE color: 2403851.
HSL color Cylindrical-coordinate representation of color #0BAE24: hue angle of 129.2º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAE24 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 174 | 36 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.32 |
| HSL | 129.2º | 0.88% | 0.36% | - |
| HSV(B) | 129.2º | 0.94% | 0.68% | - |
| XYZ | 15.59 | 30.47 | 6.73 | - |
| YUV | 109.53 | 86.5 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 36 | 0.94 | 0 | 0.79 | 0.32 | 129.2 | 0.88 | 0.36 |
| Hex | B | AE | 24 | 5E | 0 | 4F | 20 | 81 | 58 | 24 |
| Octal | 13 | 256 | 44 | 136 | 0 | 117 | 40 | 201 | 130 | 44 |
| Binary | 1011 | 10101110 | 100100 | 1011110 | 0 | 1001111 | 100000 | 10000001 | 1011000 | 100100 |
Color Harmonies of #0BAE24
Complementary color
Monochromatic Colors of #0BAE24
Black with #0BAE24
Text Example
Text Example
White with #0BAE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAE24; }
p { color: rgb(11,174,36); }
H1.HeaderClassName
{
color: #0BAE24;
}
.AnyTagClassName
{
color: #0BAE24;
}
</style>
background-color css
<style>
a { background-color: #0BAE24; }
a { background-color: rgb(11,174,36); }
div.DivClassName
{
background-color: #0BAE24;
}
.BgClassName
{
background-color: #0BAE24;
}
</style>
border-color css
<style>
span { border-color: #0BAE24; }
span { border-color: rgb(11,174,36); }
td.TdClassName
{
border-color: #0BAE24;
}
.TagClassName
{
border-color: #0BAE24;
}
</style>