Shades of Dark Pastel Green #0FC924
Tints of Dark Pastel Green #0FC924
RGB
CMYK
RGB Variations
Color information
#0FC924 (or 0x0FC924) is known color: Dark Pastel Green. HEX triplet: 0F, C9 and 24. RGB value is (15,201,36). Sum of RGB (Red+Green+Blue) = 15+201+36=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 201 (78.91% from 255 or 79.76% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC924 is #F036DB. Grayscale: #7F7F7F. Windows color (decimal): -15742684 or 2410767. OLE color: 2410767.
HSL color Cylindrical-coordinate representation of color #0FC924: hue angle of 126.77º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC924 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 36 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.21 |
| HSL | 126.77º | 0.86% | 0.42% | - |
| HSV(B) | 126.77º | 0.93% | 0.79% | - |
| XYZ | 21.4 | 42 | 8.65 | - |
| YUV | 126.58 | 76.88 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 36 | 0.93 | 0 | 0.82 | 0.21 | 126.77 | 0.86 | 0.42 |
| Hex | F | C9 | 24 | 5D | 0 | 52 | 15 | 7F | 56 | 2A |
| Octal | 17 | 311 | 44 | 135 | 0 | 122 | 25 | 177 | 126 | 52 |
| Binary | 1111 | 11001001 | 100100 | 1011101 | 0 | 1010010 | 10101 | 1111111 | 1010110 | 101010 |
Color Harmonies of #0FC924
Complementary color
Monochromatic Colors of #0FC924
Black with #0FC924
Text Example
Text Example
White with #0FC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC924; }
p { color: rgb(15,201,36); }
H1.HeaderClassName
{
color: #0FC924;
}
.AnyTagClassName
{
color: #0FC924;
}
</style>
background-color css
<style>
a { background-color: #0FC924; }
a { background-color: rgb(15,201,36); }
div.DivClassName
{
background-color: #0FC924;
}
.BgClassName
{
background-color: #0FC924;
}
</style>
border-color css
<style>
span { border-color: #0FC924; }
span { border-color: rgb(15,201,36); }
td.TdClassName
{
border-color: #0FC924;
}
.TagClassName
{
border-color: #0FC924;
}
</style>