Shades of Dark Pastel Green #0FBC42
Tints of Dark Pastel Green #0FBC42
RGB
CMYK
RGB Variations
Color information
#0FBC42 (or 0x0FBC42) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 42. RGB value is (15,188,66). Sum of RGB (Red+Green+Blue) = 15+188+66=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC42 is #F043BD. Grayscale: #7A7A7A. Windows color (decimal): -15745982 or 4373519. OLE color: 4373519.
HSL color Cylindrical-coordinate representation of color #0FBC42: hue angle of 137.69º 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 #0FBC42 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 66 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.26 |
| HSL | 137.69º | 0.85% | 0.4% | - |
| HSV(B) | 137.69º | 0.92% | 0.74% | - |
| XYZ | 19.16 | 36.46 | 11.18 | - |
| YUV | 122.37 | 96.19 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 66 | 0.92 | 0 | 0.65 | 0.26 | 137.69 | 0.85 | 0.4 |
| Hex | F | BC | 42 | 5C | 0 | 41 | 1A | 8A | 55 | 28 |
| Octal | 17 | 274 | 102 | 134 | 0 | 101 | 32 | 212 | 125 | 50 |
| Binary | 1111 | 10111100 | 1000010 | 1011100 | 0 | 1000001 | 11010 | 10001010 | 1010101 | 101000 |
Color Harmonies of #0FBC42
Complementary color
Monochromatic Colors of #0FBC42
Black with #0FBC42
Text Example
Text Example
White with #0FBC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC42; }
p { color: rgb(15,188,66); }
H1.HeaderClassName
{
color: #0FBC42;
}
.AnyTagClassName
{
color: #0FBC42;
}
</style>
background-color css
<style>
a { background-color: #0FBC42; }
a { background-color: rgb(15,188,66); }
div.DivClassName
{
background-color: #0FBC42;
}
.BgClassName
{
background-color: #0FBC42;
}
</style>
border-color css
<style>
span { border-color: #0FBC42; }
span { border-color: rgb(15,188,66); }
td.TdClassName
{
border-color: #0FBC42;
}
.TagClassName
{
border-color: #0FBC42;
}
</style>