Shades of Dark Pastel Green #0FD825
Tints of Dark Pastel Green #0FD825
RGB
CMYK
RGB Variations
Color information
#0FD825 (or 0x0FD825) is known color: Dark Pastel Green. HEX triplet: 0F, D8 and 25. RGB value is (15,216,37). Sum of RGB (Red+Green+Blue) = 15+216+37=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 216 (84.77% from 255 or 80.60% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD825 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD825 is #F027DA. Grayscale: #888888. Windows color (decimal): -15738843 or 2480143. OLE color: 2480143.
HSL color Cylindrical-coordinate representation of color #0FD825: hue angle of 126.57º 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 #0FD825 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 37 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.15 |
| HSL | 126.57º | 0.87% | 0.45% | - |
| HSV(B) | 126.57º | 0.93% | 0.85% | - |
| XYZ | 25.09 | 49.35 | 9.95 | - |
| YUV | 135.5 | 72.41 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 37 | 0.93 | 0 | 0.83 | 0.15 | 126.57 | 0.87 | 0.45 |
| Hex | F | D8 | 25 | 5D | 0 | 53 | F | 7F | 57 | 2D |
| Octal | 17 | 330 | 45 | 135 | 0 | 123 | 17 | 177 | 127 | 55 |
| Binary | 1111 | 11011000 | 100101 | 1011101 | 0 | 1010011 | 1111 | 1111111 | 1010111 | 101101 |
Color Harmonies of #0FD825
Complementary color
Monochromatic Colors of #0FD825
Black with #0FD825
Text Example
Text Example
White with #0FD825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD825; }
p { color: rgb(15,216,37); }
H1.HeaderClassName
{
color: #0FD825;
}
.AnyTagClassName
{
color: #0FD825;
}
</style>
background-color css
<style>
a { background-color: #0FD825; }
a { background-color: rgb(15,216,37); }
div.DivClassName
{
background-color: #0FD825;
}
.BgClassName
{
background-color: #0FD825;
}
</style>
border-color css
<style>
span { border-color: #0FD825; }
span { border-color: rgb(15,216,37); }
td.TdClassName
{
border-color: #0FD825;
}
.TagClassName
{
border-color: #0FD825;
}
</style>