Shades of Dark Pastel Green #0FBA27
Tints of Dark Pastel Green #0FBA27
RGB
CMYK
RGB Variations
Color information
#0FBA27 (or 0x0FBA27) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 27. RGB value is (15,186,39). Sum of RGB (Red+Green+Blue) = 15+186+39=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA27 is #F045D8. Grayscale: #767676. Windows color (decimal): -15746521 or 2603535. OLE color: 2603535.
HSL color Cylindrical-coordinate representation of color #0FBA27: hue angle of 128.42º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA27 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 39 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.27 |
| HSL | 128.42º | 0.85% | 0.39% | - |
| HSV(B) | 128.42º | 0.92% | 0.73% | - |
| XYZ | 18.12 | 35.37 | 7.79 | - |
| YUV | 118.11 | 83.35 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 39 | 0.92 | 0 | 0.79 | 0.27 | 128.42 | 0.85 | 0.39 |
| Hex | F | BA | 27 | 5C | 0 | 4F | 1B | 80 | 55 | 27 |
| Octal | 17 | 272 | 47 | 134 | 0 | 117 | 33 | 200 | 125 | 47 |
| Binary | 1111 | 10111010 | 100111 | 1011100 | 0 | 1001111 | 11011 | 10000000 | 1010101 | 100111 |
Color Harmonies of #0FBA27
Complementary color
Monochromatic Colors of #0FBA27
Black with #0FBA27
Text Example
Text Example
White with #0FBA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA27; }
p { color: rgb(15,186,39); }
H1.HeaderClassName
{
color: #0FBA27;
}
.AnyTagClassName
{
color: #0FBA27;
}
</style>
background-color css
<style>
a { background-color: #0FBA27; }
a { background-color: rgb(15,186,39); }
div.DivClassName
{
background-color: #0FBA27;
}
.BgClassName
{
background-color: #0FBA27;
}
</style>
border-color css
<style>
span { border-color: #0FBA27; }
span { border-color: rgb(15,186,39); }
td.TdClassName
{
border-color: #0FBA27;
}
.TagClassName
{
border-color: #0FBA27;
}
</style>