Shades of Dark Pastel Green #0FB81C
Tints of Dark Pastel Green #0FB81C
RGB
CMYK
RGB Variations
Color information
#0FB81C (or 0x0FB81C) is known color: Dark Pastel Green. HEX triplet: 0F, B8 and 1C. RGB value is (15,184,28). Sum of RGB (Red+Green+Blue) = 15+184+28=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 184 (72.27% from 255 or 81.06% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB81C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB81C is #F047E3. Grayscale: #747474. Windows color (decimal): -15747044 or 1882127. OLE color: 1882127.
HSL color Cylindrical-coordinate representation of color #0FB81C: hue angle of 124.62º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB81C is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 28 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.28 |
| HSL | 124.62º | 0.85% | 0.39% | - |
| HSV(B) | 124.62º | 0.92% | 0.72% | - |
| XYZ | 17.55 | 34.47 | 6.83 | - |
| YUV | 115.69 | 78.51 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 28 | 0.92 | 0 | 0.85 | 0.28 | 124.62 | 0.85 | 0.39 |
| Hex | F | B8 | 1C | 5C | 0 | 55 | 1C | 7D | 55 | 27 |
| Octal | 17 | 270 | 34 | 134 | 0 | 125 | 34 | 175 | 125 | 47 |
| Binary | 1111 | 10111000 | 11100 | 1011100 | 0 | 1010101 | 11100 | 1111101 | 1010101 | 100111 |
Color Harmonies of #0FB81C
Complementary color
Monochromatic Colors of #0FB81C
Black with #0FB81C
Text Example
Text Example
White with #0FB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB81C; }
p { color: rgb(15,184,28); }
H1.HeaderClassName
{
color: #0FB81C;
}
.AnyTagClassName
{
color: #0FB81C;
}
</style>
background-color css
<style>
a { background-color: #0FB81C; }
a { background-color: rgb(15,184,28); }
div.DivClassName
{
background-color: #0FB81C;
}
.BgClassName
{
background-color: #0FB81C;
}
</style>
border-color css
<style>
span { border-color: #0FB81C; }
span { border-color: rgb(15,184,28); }
td.TdClassName
{
border-color: #0FB81C;
}
.TagClassName
{
border-color: #0FB81C;
}
</style>