Shades of Dark Pastel Green #0FBC27
Tints of Dark Pastel Green #0FBC27
RGB
CMYK
RGB Variations
Color information
#0FBC27 (or 0x0FBC27) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 27. RGB value is (15,188,39). Sum of RGB (Red+Green+Blue) = 15+188+39=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC27 is #F043D8. Grayscale: #777777. Windows color (decimal): -15746009 or 2604047. OLE color: 2604047.
HSL color Cylindrical-coordinate representation of color #0FBC27: hue angle of 128.32º 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 #0FBC27 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 39 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.26 |
| HSL | 128.32º | 0.85% | 0.4% | - |
| HSV(B) | 128.32º | 0.92% | 0.74% | - |
| XYZ | 18.55 | 36.21 | 7.93 | - |
| YUV | 119.29 | 82.69 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 39 | 0.92 | 0 | 0.79 | 0.26 | 128.32 | 0.85 | 0.4 |
| Hex | F | BC | 27 | 5C | 0 | 4F | 1A | 80 | 55 | 28 |
| Octal | 17 | 274 | 47 | 134 | 0 | 117 | 32 | 200 | 125 | 50 |
| Binary | 1111 | 10111100 | 100111 | 1011100 | 0 | 1001111 | 11010 | 10000000 | 1010101 | 101000 |
Color Harmonies of #0FBC27
Complementary color
Monochromatic Colors of #0FBC27
Black with #0FBC27
Text Example
Text Example
White with #0FBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC27; }
p { color: rgb(15,188,39); }
H1.HeaderClassName
{
color: #0FBC27;
}
.AnyTagClassName
{
color: #0FBC27;
}
</style>
background-color css
<style>
a { background-color: #0FBC27; }
a { background-color: rgb(15,188,39); }
div.DivClassName
{
background-color: #0FBC27;
}
.BgClassName
{
background-color: #0FBC27;
}
</style>
border-color css
<style>
span { border-color: #0FBC27; }
span { border-color: rgb(15,188,39); }
td.TdClassName
{
border-color: #0FBC27;
}
.TagClassName
{
border-color: #0FBC27;
}
</style>