Shades of Dark Pastel Green #0FDF2E
Tints of Dark Pastel Green #0FDF2E
RGB
CMYK
RGB Variations
Color information
#0FDF2E (or 0x0FDF2E) is known color: Dark Pastel Green. HEX triplet: 0F, DF and 2E. RGB value is (15,223,46). Sum of RGB (Red+Green+Blue) = 15+223+46=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 223 (87.5% from 255 or 78.52% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDF2E is #F020D1. Grayscale: #8D8D8D. Windows color (decimal): -15737042 or 3071759. OLE color: 3071759.
HSL color Cylindrical-coordinate representation of color #0FDF2E: hue angle of 128.94º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF2E is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 46 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.13 |
| HSL | 128.94º | 0.87% | 0.47% | - |
| HSV(B) | 128.94º | 0.93% | 0.87% | - |
| XYZ | 27.08 | 53.07 | 11.4 | - |
| YUV | 140.63 | 74.59 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 46 | 0.93 | 0 | 0.79 | 0.13 | 128.94 | 0.87 | 0.47 |
| Hex | F | DF | 2E | 5D | 0 | 4F | D | 81 | 57 | 2F |
| Octal | 17 | 337 | 56 | 135 | 0 | 117 | 15 | 201 | 127 | 57 |
| Binary | 1111 | 11011111 | 101110 | 1011101 | 0 | 1001111 | 1101 | 10000001 | 1010111 | 101111 |
Color Harmonies of #0FDF2E
Complementary color
Monochromatic Colors of #0FDF2E
Black with #0FDF2E
Text Example
Text Example
White with #0FDF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF2E; }
p { color: rgb(15,223,46); }
H1.HeaderClassName
{
color: #0FDF2E;
}
.AnyTagClassName
{
color: #0FDF2E;
}
</style>
background-color css
<style>
a { background-color: #0FDF2E; }
a { background-color: rgb(15,223,46); }
div.DivClassName
{
background-color: #0FDF2E;
}
.BgClassName
{
background-color: #0FDF2E;
}
</style>
border-color css
<style>
span { border-color: #0FDF2E; }
span { border-color: rgb(15,223,46); }
td.TdClassName
{
border-color: #0FDF2E;
}
.TagClassName
{
border-color: #0FDF2E;
}
</style>