Shades of Dark Pastel Green #0FC942
Tints of Dark Pastel Green #0FC942
RGB
CMYK
RGB Variations
Color information
#0FC942 (or 0x0FC942) is known color: Dark Pastel Green. HEX triplet: 0F, C9 and 42. RGB value is (15,201,66). Sum of RGB (Red+Green+Blue) = 15+201+66=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 201 (78.91% from 255 or 71.28% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC942 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC942 is #F036BD. Grayscale: #828282. Windows color (decimal): -15742654 or 4376847. OLE color: 4376847.
HSL color Cylindrical-coordinate representation of color #0FC942: hue angle of 136.45º 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 #0FC942 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 66 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.21 |
| HSL | 136.45º | 0.86% | 0.42% | - |
| HSV(B) | 136.45º | 0.93% | 0.79% | - |
| XYZ | 22.07 | 42.27 | 12.15 | - |
| YUV | 130 | 91.88 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 66 | 0.93 | 0 | 0.67 | 0.21 | 136.45 | 0.86 | 0.42 |
| Hex | F | C9 | 42 | 5D | 0 | 43 | 15 | 88 | 56 | 2A |
| Octal | 17 | 311 | 102 | 135 | 0 | 103 | 25 | 210 | 126 | 52 |
| Binary | 1111 | 11001001 | 1000010 | 1011101 | 0 | 1000011 | 10101 | 10001000 | 1010110 | 101010 |
Color Harmonies of #0FC942
Complementary color
Monochromatic Colors of #0FC942
Black with #0FC942
Text Example
Text Example
White with #0FC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC942; }
p { color: rgb(15,201,66); }
H1.HeaderClassName
{
color: #0FC942;
}
.AnyTagClassName
{
color: #0FC942;
}
</style>
background-color css
<style>
a { background-color: #0FC942; }
a { background-color: rgb(15,201,66); }
div.DivClassName
{
background-color: #0FC942;
}
.BgClassName
{
background-color: #0FC942;
}
</style>
border-color css
<style>
span { border-color: #0FC942; }
span { border-color: rgb(15,201,66); }
td.TdClassName
{
border-color: #0FC942;
}
.TagClassName
{
border-color: #0FC942;
}
</style>