Shades of Dark Pastel Green #0FBC49
Tints of Dark Pastel Green #0FBC49
RGB
CMYK
RGB Variations
Color information
#0FBC49 (or 0x0FBC49) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 49. RGB value is (15,188,73). Sum of RGB (Red+Green+Blue) = 15+188+73=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC49 is #F043B6. Grayscale: #7B7B7B. Windows color (decimal): -15745975 or 4832271. OLE color: 4832271.
HSL color Cylindrical-coordinate representation of color #0FBC49: hue angle of 140.12º 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 #0FBC49 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 73 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.26 |
| HSL | 140.12º | 0.85% | 0.4% | - |
| HSV(B) | 140.12º | 0.92% | 0.74% | - |
| XYZ | 19.38 | 36.55 | 12.34 | - |
| YUV | 123.16 | 99.69 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 73 | 0.92 | 0 | 0.61 | 0.26 | 140.12 | 0.85 | 0.4 |
| Hex | F | BC | 49 | 5C | 0 | 3D | 1A | 8C | 55 | 28 |
| Octal | 17 | 274 | 111 | 134 | 0 | 75 | 32 | 214 | 125 | 50 |
| Binary | 1111 | 10111100 | 1001001 | 1011100 | 0 | 111101 | 11010 | 10001100 | 1010101 | 101000 |
Color Harmonies of #0FBC49
Complementary color
Monochromatic Colors of #0FBC49
Black with #0FBC49
Text Example
Text Example
White with #0FBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC49; }
p { color: rgb(15,188,73); }
H1.HeaderClassName
{
color: #0FBC49;
}
.AnyTagClassName
{
color: #0FBC49;
}
</style>
background-color css
<style>
a { background-color: #0FBC49; }
a { background-color: rgb(15,188,73); }
div.DivClassName
{
background-color: #0FBC49;
}
.BgClassName
{
background-color: #0FBC49;
}
</style>
border-color css
<style>
span { border-color: #0FBC49; }
span { border-color: rgb(15,188,73); }
td.TdClassName
{
border-color: #0FBC49;
}
.TagClassName
{
border-color: #0FBC49;
}
</style>