Shades of Dark Pastel Green #0FD82D
Tints of Dark Pastel Green #0FD82D
RGB
CMYK
RGB Variations
Color information
#0FD82D (or 0x0FD82D) is known color: Dark Pastel Green. HEX triplet: 0F, D8 and 2D. RGB value is (15,216,45). Sum of RGB (Red+Green+Blue) = 15+216+45=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 216 (84.77% from 255 or 78.26% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD82D is #F027D2. Grayscale: #888888. Windows color (decimal): -15738835 or 3004431. OLE color: 3004431.
HSL color Cylindrical-coordinate representation of color #0FD82D: hue angle of 128.96º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD82D is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 45 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.15 |
| HSL | 128.96º | 0.87% | 0.45% | - |
| HSV(B) | 128.96º | 0.93% | 0.85% | - |
| XYZ | 25.23 | 49.4 | 10.69 | - |
| YUV | 136.41 | 76.41 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 45 | 0.93 | 0 | 0.79 | 0.15 | 128.96 | 0.87 | 0.45 |
| Hex | F | D8 | 2D | 5D | 0 | 4F | F | 81 | 57 | 2D |
| Octal | 17 | 330 | 55 | 135 | 0 | 117 | 17 | 201 | 127 | 55 |
| Binary | 1111 | 11011000 | 101101 | 1011101 | 0 | 1001111 | 1111 | 10000001 | 1010111 | 101101 |
Color Harmonies of #0FD82D
Complementary color
Monochromatic Colors of #0FD82D
Black with #0FD82D
Text Example
Text Example
White with #0FD82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD82D; }
p { color: rgb(15,216,45); }
H1.HeaderClassName
{
color: #0FD82D;
}
.AnyTagClassName
{
color: #0FD82D;
}
</style>
background-color css
<style>
a { background-color: #0FD82D; }
a { background-color: rgb(15,216,45); }
div.DivClassName
{
background-color: #0FD82D;
}
.BgClassName
{
background-color: #0FD82D;
}
</style>
border-color css
<style>
span { border-color: #0FD82D; }
span { border-color: rgb(15,216,45); }
td.TdClassName
{
border-color: #0FD82D;
}
.TagClassName
{
border-color: #0FD82D;
}
</style>