Shades of Dark Pastel Green #0FBC53
Tints of Dark Pastel Green #0FBC53
RGB
CMYK
RGB Variations
Color information
#0FBC53 (or 0x0FBC53) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 53. RGB value is (15,188,83). Sum of RGB (Red+Green+Blue) = 15+188+83=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC53 is #F043AC. Grayscale: #7C7C7C. Windows color (decimal): -15745965 or 5487631. OLE color: 5487631.
HSL color Cylindrical-coordinate representation of color #0FBC53: hue angle of 143.58º 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 #0FBC53 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 83 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.26 |
| HSL | 143.58º | 0.85% | 0.4% | - |
| HSV(B) | 143.58º | 0.92% | 0.74% | - |
| XYZ | 19.74 | 36.69 | 14.23 | - |
| YUV | 124.3 | 104.69 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 83 | 0.92 | 0 | 0.56 | 0.26 | 143.58 | 0.85 | 0.4 |
| Hex | F | BC | 53 | 5C | 0 | 38 | 1A | 90 | 55 | 28 |
| Octal | 17 | 274 | 123 | 134 | 0 | 70 | 32 | 220 | 125 | 50 |
| Binary | 1111 | 10111100 | 1010011 | 1011100 | 0 | 111000 | 11010 | 10010000 | 1010101 | 101000 |
Color Harmonies of #0FBC53
Complementary color
Monochromatic Colors of #0FBC53
Black with #0FBC53
Text Example
Text Example
White with #0FBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC53; }
p { color: rgb(15,188,83); }
H1.HeaderClassName
{
color: #0FBC53;
}
.AnyTagClassName
{
color: #0FBC53;
}
</style>
background-color css
<style>
a { background-color: #0FBC53; }
a { background-color: rgb(15,188,83); }
div.DivClassName
{
background-color: #0FBC53;
}
.BgClassName
{
background-color: #0FBC53;
}
</style>
border-color css
<style>
span { border-color: #0FBC53; }
span { border-color: rgb(15,188,83); }
td.TdClassName
{
border-color: #0FBC53;
}
.TagClassName
{
border-color: #0FBC53;
}
</style>