Shades of Dark Pastel Green #0FD828
Tints of Dark Pastel Green #0FD828
RGB
CMYK
RGB Variations
Color information
#0FD828 (or 0x0FD828) is known color: Dark Pastel Green. HEX triplet: 0F, D8 and 28. RGB value is (15,216,40). Sum of RGB (Red+Green+Blue) = 15+216+40=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 216 (84.77% from 255 or 79.70% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD828 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD828 is #F027D7. Grayscale: #888888. Windows color (decimal): -15738840 or 2676751. OLE color: 2676751.
HSL color Cylindrical-coordinate representation of color #0FD828: hue angle of 127.46º 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 #0FD828 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 40 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.15 |
| HSL | 127.46º | 0.87% | 0.45% | - |
| HSV(B) | 127.46º | 0.93% | 0.85% | - |
| XYZ | 25.14 | 49.37 | 10.21 | - |
| YUV | 135.84 | 73.91 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 40 | 0.93 | 0 | 0.81 | 0.15 | 127.46 | 0.87 | 0.45 |
| Hex | F | D8 | 28 | 5D | 0 | 51 | F | 7F | 57 | 2D |
| Octal | 17 | 330 | 50 | 135 | 0 | 121 | 17 | 177 | 127 | 55 |
| Binary | 1111 | 11011000 | 101000 | 1011101 | 0 | 1010001 | 1111 | 1111111 | 1010111 | 101101 |
Color Harmonies of #0FD828
Complementary color
Monochromatic Colors of #0FD828
Black with #0FD828
Text Example
Text Example
White with #0FD828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD828; }
p { color: rgb(15,216,40); }
H1.HeaderClassName
{
color: #0FD828;
}
.AnyTagClassName
{
color: #0FD828;
}
</style>
background-color css
<style>
a { background-color: #0FD828; }
a { background-color: rgb(15,216,40); }
div.DivClassName
{
background-color: #0FD828;
}
.BgClassName
{
background-color: #0FD828;
}
</style>
border-color css
<style>
span { border-color: #0FD828; }
span { border-color: rgb(15,216,40); }
td.TdClassName
{
border-color: #0FD828;
}
.TagClassName
{
border-color: #0FD828;
}
</style>