Shades of Dark Pastel Green #0FBC46
Tints of Dark Pastel Green #0FBC46
RGB
CMYK
RGB Variations
Color information
#0FBC46 (or 0x0FBC46) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 46. RGB value is (15,188,70). Sum of RGB (Red+Green+Blue) = 15+188+70=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC46 is #F043B9. Grayscale: #7B7B7B. Windows color (decimal): -15745978 or 4635663. OLE color: 4635663.
HSL color Cylindrical-coordinate representation of color #0FBC46: hue angle of 139.08º 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 #0FBC46 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 70 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.26 |
| HSL | 139.08º | 0.85% | 0.4% | - |
| HSV(B) | 139.08º | 0.92% | 0.74% | - |
| XYZ | 19.29 | 36.51 | 11.83 | - |
| YUV | 122.82 | 98.19 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 70 | 0.92 | 0 | 0.63 | 0.26 | 139.08 | 0.85 | 0.4 |
| Hex | F | BC | 46 | 5C | 0 | 3F | 1A | 8B | 55 | 28 |
| Octal | 17 | 274 | 106 | 134 | 0 | 77 | 32 | 213 | 125 | 50 |
| Binary | 1111 | 10111100 | 1000110 | 1011100 | 0 | 111111 | 11010 | 10001011 | 1010101 | 101000 |
Color Harmonies of #0FBC46
Complementary color
Monochromatic Colors of #0FBC46
Black with #0FBC46
Text Example
Text Example
White with #0FBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC46; }
p { color: rgb(15,188,70); }
H1.HeaderClassName
{
color: #0FBC46;
}
.AnyTagClassName
{
color: #0FBC46;
}
</style>
background-color css
<style>
a { background-color: #0FBC46; }
a { background-color: rgb(15,188,70); }
div.DivClassName
{
background-color: #0FBC46;
}
.BgClassName
{
background-color: #0FBC46;
}
</style>
border-color css
<style>
span { border-color: #0FBC46; }
span { border-color: rgb(15,188,70); }
td.TdClassName
{
border-color: #0FBC46;
}
.TagClassName
{
border-color: #0FBC46;
}
</style>