Shades of Dark Pastel Green #0FD92C
Tints of Dark Pastel Green #0FD92C
RGB
CMYK
RGB Variations
Color information
#0FD92C (or 0x0FD92C) is known color: Dark Pastel Green. HEX triplet: 0F, D9 and 2C. RGB value is (15,217,44). Sum of RGB (Red+Green+Blue) = 15+217+44=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 217 (85.16% from 255 or 78.62% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD92C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD92C is #F026D3. Grayscale: #898989. Windows color (decimal): -15738580 or 2939151. OLE color: 2939151.
HSL color Cylindrical-coordinate representation of color #0FD92C: hue angle of 128.61º 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 #0FD92C is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 44 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.15 |
| HSL | 128.61º | 0.87% | 0.45% | - |
| HSV(B) | 128.61º | 0.93% | 0.85% | - |
| XYZ | 25.46 | 49.91 | 10.67 | - |
| YUV | 136.88 | 75.58 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 44 | 0.93 | 0 | 0.80 | 0.15 | 128.61 | 0.87 | 0.45 |
| Hex | F | D9 | 2C | 5D | 0 | 50 | F | 81 | 57 | 2D |
| Octal | 17 | 331 | 54 | 135 | 0 | 120 | 17 | 201 | 127 | 55 |
| Binary | 1111 | 11011001 | 101100 | 1011101 | 0 | 1010000 | 1111 | 10000001 | 1010111 | 101101 |
Color Harmonies of #0FD92C
Complementary color
Monochromatic Colors of #0FD92C
Black with #0FD92C
Text Example
Text Example
White with #0FD92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD92C; }
p { color: rgb(15,217,44); }
H1.HeaderClassName
{
color: #0FD92C;
}
.AnyTagClassName
{
color: #0FD92C;
}
</style>
background-color css
<style>
a { background-color: #0FD92C; }
a { background-color: rgb(15,217,44); }
div.DivClassName
{
background-color: #0FD92C;
}
.BgClassName
{
background-color: #0FD92C;
}
</style>
border-color css
<style>
span { border-color: #0FD92C; }
span { border-color: rgb(15,217,44); }
td.TdClassName
{
border-color: #0FD92C;
}
.TagClassName
{
border-color: #0FD92C;
}
</style>