Shades of Dark Pastel Green #0BC924
Tints of Dark Pastel Green #0BC924
RGB
CMYK
RGB Variations
Color information
#0BC924 (or 0x0BC924) is known color: Dark Pastel Green. HEX triplet: 0B, C9 and 24. RGB value is (11,201,36). Sum of RGB (Red+Green+Blue) = 11+201+36=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 201 (78.91% from 255 or 81.05% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC924 is #F436DB. Grayscale: #7D7D7D. Windows color (decimal): -16004828 or 2410763. OLE color: 2410763.
HSL color Cylindrical-coordinate representation of color #0BC924: hue angle of 127.89º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC924 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 36 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.21 |
| HSL | 127.89º | 0.9% | 0.42% | - |
| HSV(B) | 127.89º | 0.95% | 0.79% | - |
| XYZ | 21.34 | 41.97 | 8.65 | - |
| YUV | 125.38 | 77.55 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 36 | 0.95 | 0 | 0.82 | 0.21 | 127.89 | 0.9 | 0.42 |
| Hex | B | C9 | 24 | 5F | 0 | 52 | 15 | 80 | 5A | 2A |
| Octal | 13 | 311 | 44 | 137 | 0 | 122 | 25 | 200 | 132 | 52 |
| Binary | 1011 | 11001001 | 100100 | 1011111 | 0 | 1010010 | 10101 | 10000000 | 1011010 | 101010 |
Color Harmonies of #0BC924
Complementary color
Monochromatic Colors of #0BC924
Black with #0BC924
Text Example
Text Example
White with #0BC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC924; }
p { color: rgb(11,201,36); }
H1.HeaderClassName
{
color: #0BC924;
}
.AnyTagClassName
{
color: #0BC924;
}
</style>
background-color css
<style>
a { background-color: #0BC924; }
a { background-color: rgb(11,201,36); }
div.DivClassName
{
background-color: #0BC924;
}
.BgClassName
{
background-color: #0BC924;
}
</style>
border-color css
<style>
span { border-color: #0BC924; }
span { border-color: rgb(11,201,36); }
td.TdClassName
{
border-color: #0BC924;
}
.TagClassName
{
border-color: #0BC924;
}
</style>