Shades of Dark Pastel Green #0FDB2E
Tints of Dark Pastel Green #0FDB2E
RGB
CMYK
RGB Variations
Color information
#0FDB2E (or 0x0FDB2E) is known color: Dark Pastel Green. HEX triplet: 0F, DB and 2E. RGB value is (15,219,46). Sum of RGB (Red+Green+Blue) = 15+219+46=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 219 (85.94% from 255 or 78.21% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDB2E is #F024D1. Grayscale: #8A8A8A. Windows color (decimal): -15738066 or 3070735. OLE color: 3070735.
HSL color Cylindrical-coordinate representation of color #0FDB2E: hue angle of 129.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDB2E is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 46 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.14 |
| HSL | 129.12º | 0.87% | 0.46% | - |
| HSV(B) | 129.12º | 0.93% | 0.86% | - |
| XYZ | 26.02 | 50.96 | 11.05 | - |
| YUV | 138.28 | 75.91 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 46 | 0.93 | 0 | 0.79 | 0.14 | 129.12 | 0.87 | 0.46 |
| Hex | F | DB | 2E | 5D | 0 | 4F | E | 81 | 57 | 2E |
| Octal | 17 | 333 | 56 | 135 | 0 | 117 | 16 | 201 | 127 | 56 |
| Binary | 1111 | 11011011 | 101110 | 1011101 | 0 | 1001111 | 1110 | 10000001 | 1010111 | 101110 |
Color Harmonies of #0FDB2E
Complementary color
Monochromatic Colors of #0FDB2E
Black with #0FDB2E
Text Example
Text Example
White with #0FDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB2E; }
p { color: rgb(15,219,46); }
H1.HeaderClassName
{
color: #0FDB2E;
}
.AnyTagClassName
{
color: #0FDB2E;
}
</style>
background-color css
<style>
a { background-color: #0FDB2E; }
a { background-color: rgb(15,219,46); }
div.DivClassName
{
background-color: #0FDB2E;
}
.BgClassName
{
background-color: #0FDB2E;
}
</style>
border-color css
<style>
span { border-color: #0FDB2E; }
span { border-color: rgb(15,219,46); }
td.TdClassName
{
border-color: #0FDB2E;
}
.TagClassName
{
border-color: #0FDB2E;
}
</style>