Shades of Dark Pastel Green #0FD82C
Tints of Dark Pastel Green #0FD82C
RGB
CMYK
RGB Variations
Color information
#0FD82C (or 0x0FD82C) is known color: Dark Pastel Green. HEX triplet: 0F, D8 and 2C. RGB value is (15,216,44). Sum of RGB (Red+Green+Blue) = 15+216+44=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 216 (84.77% from 255 or 78.55% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD82C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD82C is #F027D3. Grayscale: #888888. Windows color (decimal): -15738836 or 2938895. OLE color: 2938895.
HSL color Cylindrical-coordinate representation of color #0FD82C: hue angle of 128.66º 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 #0FD82C is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 44 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.15 |
| HSL | 128.66º | 0.87% | 0.45% | - |
| HSV(B) | 128.66º | 0.93% | 0.85% | - |
| XYZ | 25.21 | 49.4 | 10.59 | - |
| YUV | 136.29 | 75.91 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 44 | 0.93 | 0 | 0.80 | 0.15 | 128.66 | 0.87 | 0.45 |
| Hex | F | D8 | 2C | 5D | 0 | 50 | F | 81 | 57 | 2D |
| Octal | 17 | 330 | 54 | 135 | 0 | 120 | 17 | 201 | 127 | 55 |
| Binary | 1111 | 11011000 | 101100 | 1011101 | 0 | 1010000 | 1111 | 10000001 | 1010111 | 101101 |
Color Harmonies of #0FD82C
Complementary color
Monochromatic Colors of #0FD82C
Black with #0FD82C
Text Example
Text Example
White with #0FD82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD82C; }
p { color: rgb(15,216,44); }
H1.HeaderClassName
{
color: #0FD82C;
}
.AnyTagClassName
{
color: #0FD82C;
}
</style>
background-color css
<style>
a { background-color: #0FD82C; }
a { background-color: rgb(15,216,44); }
div.DivClassName
{
background-color: #0FD82C;
}
.BgClassName
{
background-color: #0FD82C;
}
</style>
border-color css
<style>
span { border-color: #0FD82C; }
span { border-color: rgb(15,216,44); }
td.TdClassName
{
border-color: #0FD82C;
}
.TagClassName
{
border-color: #0FD82C;
}
</style>