Shades of Dark Pastel Green #0FBC23
Tints of Dark Pastel Green #0FBC23
RGB
CMYK
RGB Variations
Color information
#0FBC23 (or 0x0FBC23) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 23. RGB value is (15,188,35). Sum of RGB (Red+Green+Blue) = 15+188+35=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 188 (73.83% from 255 or 78.99% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC23 is #F043DC. Grayscale: #777777. Windows color (decimal): -15746013 or 2341903. OLE color: 2341903.
HSL color Cylindrical-coordinate representation of color #0FBC23: hue angle of 126.94º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC23 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 35 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.26 |
| HSL | 126.94º | 0.85% | 0.4% | - |
| HSV(B) | 126.94º | 0.92% | 0.74% | - |
| XYZ | 18.48 | 36.19 | 7.6 | - |
| YUV | 118.83 | 80.69 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 35 | 0.92 | 0 | 0.81 | 0.26 | 126.94 | 0.85 | 0.4 |
| Hex | F | BC | 23 | 5C | 0 | 51 | 1A | 7F | 55 | 28 |
| Octal | 17 | 274 | 43 | 134 | 0 | 121 | 32 | 177 | 125 | 50 |
| Binary | 1111 | 10111100 | 100011 | 1011100 | 0 | 1010001 | 11010 | 1111111 | 1010101 | 101000 |
Color Harmonies of #0FBC23
Complementary color
Monochromatic Colors of #0FBC23
Black with #0FBC23
Text Example
Text Example
White with #0FBC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC23; }
p { color: rgb(15,188,35); }
H1.HeaderClassName
{
color: #0FBC23;
}
.AnyTagClassName
{
color: #0FBC23;
}
</style>
background-color css
<style>
a { background-color: #0FBC23; }
a { background-color: rgb(15,188,35); }
div.DivClassName
{
background-color: #0FBC23;
}
.BgClassName
{
background-color: #0FBC23;
}
</style>
border-color css
<style>
span { border-color: #0FBC23; }
span { border-color: rgb(15,188,35); }
td.TdClassName
{
border-color: #0FBC23;
}
.TagClassName
{
border-color: #0FBC23;
}
</style>