Shades of Dark Pastel Green #0FBE1E
Tints of Dark Pastel Green #0FBE1E
RGB
CMYK
RGB Variations
Color information
#0FBE1E (or 0x0FBE1E) is known color: Dark Pastel Green. HEX triplet: 0F, BE and 1E. RGB value is (15,190,30). Sum of RGB (Red+Green+Blue) = 15+190+30=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 190 (74.61% from 255 or 80.85% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBE1E is #F041E1. Grayscale: #777777. Windows color (decimal): -15745506 or 2014735. OLE color: 2014735.
HSL color Cylindrical-coordinate representation of color #0FBE1E: hue angle of 125.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBE1E is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 190 | 30 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.25 |
| HSL | 125.14º | 0.85% | 0.4% | - |
| HSV(B) | 125.14º | 0.92% | 0.75% | - |
| XYZ | 18.84 | 37.02 | 7.38 | - |
| YUV | 119.44 | 77.52 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 30 | 0.92 | 0 | 0.84 | 0.25 | 125.14 | 0.85 | 0.4 |
| Hex | F | BE | 1E | 5C | 0 | 54 | 19 | 7D | 55 | 28 |
| Octal | 17 | 276 | 36 | 134 | 0 | 124 | 31 | 175 | 125 | 50 |
| Binary | 1111 | 10111110 | 11110 | 1011100 | 0 | 1010100 | 11001 | 1111101 | 1010101 | 101000 |
Color Harmonies of #0FBE1E
Complementary color
Monochromatic Colors of #0FBE1E
Black with #0FBE1E
Text Example
Text Example
White with #0FBE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBE1E; }
p { color: rgb(15,190,30); }
H1.HeaderClassName
{
color: #0FBE1E;
}
.AnyTagClassName
{
color: #0FBE1E;
}
</style>
background-color css
<style>
a { background-color: #0FBE1E; }
a { background-color: rgb(15,190,30); }
div.DivClassName
{
background-color: #0FBE1E;
}
.BgClassName
{
background-color: #0FBE1E;
}
</style>
border-color css
<style>
span { border-color: #0FBE1E; }
span { border-color: rgb(15,190,30); }
td.TdClassName
{
border-color: #0FBE1E;
}
.TagClassName
{
border-color: #0FBE1E;
}
</style>