Shades of Dark Pastel Green #0FBC43
Tints of Dark Pastel Green #0FBC43
RGB
CMYK
RGB Variations
Color information
#0FBC43 (or 0x0FBC43) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 43. RGB value is (15,188,67). Sum of RGB (Red+Green+Blue) = 15+188+67=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC43 is #F043BC. Grayscale: #7A7A7A. Windows color (decimal): -15745981 or 4439055. OLE color: 4439055.
HSL color Cylindrical-coordinate representation of color #0FBC43: hue angle of 138.03º 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 #0FBC43 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 67 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.26 |
| HSL | 138.03º | 0.85% | 0.4% | - |
| HSV(B) | 138.03º | 0.92% | 0.74% | - |
| XYZ | 19.19 | 36.47 | 11.34 | - |
| YUV | 122.48 | 96.69 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 67 | 0.92 | 0 | 0.64 | 0.26 | 138.03 | 0.85 | 0.4 |
| Hex | F | BC | 43 | 5C | 0 | 40 | 1A | 8A | 55 | 28 |
| Octal | 17 | 274 | 103 | 134 | 0 | 100 | 32 | 212 | 125 | 50 |
| Binary | 1111 | 10111100 | 1000011 | 1011100 | 0 | 1000000 | 11010 | 10001010 | 1010101 | 101000 |
Color Harmonies of #0FBC43
Complementary color
Monochromatic Colors of #0FBC43
Black with #0FBC43
Text Example
Text Example
White with #0FBC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC43; }
p { color: rgb(15,188,67); }
H1.HeaderClassName
{
color: #0FBC43;
}
.AnyTagClassName
{
color: #0FBC43;
}
</style>
background-color css
<style>
a { background-color: #0FBC43; }
a { background-color: rgb(15,188,67); }
div.DivClassName
{
background-color: #0FBC43;
}
.BgClassName
{
background-color: #0FBC43;
}
</style>
border-color css
<style>
span { border-color: #0FBC43; }
span { border-color: rgb(15,188,67); }
td.TdClassName
{
border-color: #0FBC43;
}
.TagClassName
{
border-color: #0FBC43;
}
</style>