Shades of Dark Pastel Green #0FD926
Tints of Dark Pastel Green #0FD926
RGB
CMYK
RGB Variations
Color information
#0FD926 (or 0x0FD926) is known color: Dark Pastel Green. HEX triplet: 0F, D9 and 26. RGB value is (15,217,38). Sum of RGB (Red+Green+Blue) = 15+217+38=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 217 (85.16% from 255 or 80.37% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD926 is #F026D9. Grayscale: #888888. Windows color (decimal): -15738586 or 2545935. OLE color: 2545935.
HSL color Cylindrical-coordinate representation of color #0FD926: hue angle of 126.83º 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 #0FD926 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 38 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.15 |
| HSL | 126.83º | 0.87% | 0.45% | - |
| HSV(B) | 126.83º | 0.93% | 0.85% | - |
| XYZ | 25.36 | 49.87 | 10.12 | - |
| YUV | 136.2 | 72.58 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 38 | 0.93 | 0 | 0.82 | 0.15 | 126.83 | 0.87 | 0.45 |
| Hex | F | D9 | 26 | 5D | 0 | 52 | F | 7F | 57 | 2D |
| Octal | 17 | 331 | 46 | 135 | 0 | 122 | 17 | 177 | 127 | 55 |
| Binary | 1111 | 11011001 | 100110 | 1011101 | 0 | 1010010 | 1111 | 1111111 | 1010111 | 101101 |
Color Harmonies of #0FD926
Complementary color
Monochromatic Colors of #0FD926
Black with #0FD926
Text Example
Text Example
White with #0FD926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD926; }
p { color: rgb(15,217,38); }
H1.HeaderClassName
{
color: #0FD926;
}
.AnyTagClassName
{
color: #0FD926;
}
</style>
background-color css
<style>
a { background-color: #0FD926; }
a { background-color: rgb(15,217,38); }
div.DivClassName
{
background-color: #0FD926;
}
.BgClassName
{
background-color: #0FD926;
}
</style>
border-color css
<style>
span { border-color: #0FD926; }
span { border-color: rgb(15,217,38); }
td.TdClassName
{
border-color: #0FD926;
}
.TagClassName
{
border-color: #0FD926;
}
</style>