Shades of Dark Pastel Green #0FBC38
Tints of Dark Pastel Green #0FBC38
RGB
CMYK
RGB Variations
Color information
#0FBC38 (or 0x0FBC38) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 38. RGB value is (15,188,56). Sum of RGB (Red+Green+Blue) = 15+188+56=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC38 is #F043C7. Grayscale: #797979. Windows color (decimal): -15745992 or 3718159. OLE color: 3718159.
HSL color Cylindrical-coordinate representation of color #0FBC38: hue angle of 134.22º 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 #0FBC38 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 56 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.26 |
| HSL | 134.22º | 0.85% | 0.4% | - |
| HSV(B) | 134.22º | 0.92% | 0.74% | - |
| XYZ | 18.89 | 36.35 | 9.76 | - |
| YUV | 121.23 | 91.19 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 56 | 0.92 | 0 | 0.70 | 0.26 | 134.22 | 0.85 | 0.4 |
| Hex | F | BC | 38 | 5C | 0 | 46 | 1A | 86 | 55 | 28 |
| Octal | 17 | 274 | 70 | 134 | 0 | 106 | 32 | 206 | 125 | 50 |
| Binary | 1111 | 10111100 | 111000 | 1011100 | 0 | 1000110 | 11010 | 10000110 | 1010101 | 101000 |
Color Harmonies of #0FBC38
Complementary color
Monochromatic Colors of #0FBC38
Black with #0FBC38
Text Example
Text Example
White with #0FBC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC38; }
p { color: rgb(15,188,56); }
H1.HeaderClassName
{
color: #0FBC38;
}
.AnyTagClassName
{
color: #0FBC38;
}
</style>
background-color css
<style>
a { background-color: #0FBC38; }
a { background-color: rgb(15,188,56); }
div.DivClassName
{
background-color: #0FBC38;
}
.BgClassName
{
background-color: #0FBC38;
}
</style>
border-color css
<style>
span { border-color: #0FBC38; }
span { border-color: rgb(15,188,56); }
td.TdClassName
{
border-color: #0FBC38;
}
.TagClassName
{
border-color: #0FBC38;
}
</style>