Shades of Dark Pastel Green #0FC549
Tints of Dark Pastel Green #0FC549
RGB
CMYK
RGB Variations
Color information
#0FC549 (or 0x0FC549) is known color: Dark Pastel Green. HEX triplet: 0F, C5 and 49. RGB value is (15,197,73). Sum of RGB (Red+Green+Blue) = 15+197+73=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC549 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC549 is #F03AB6. Grayscale: #808080. Windows color (decimal): -15743671 or 4834575. OLE color: 4834575.
HSL color Cylindrical-coordinate representation of color #0FC549: hue angle of 139.12º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC549 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 73 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.23 |
| HSL | 139.12º | 0.86% | 0.42% | - |
| HSV(B) | 139.12º | 0.92% | 0.77% | - |
| XYZ | 21.37 | 40.52 | 13 | - |
| YUV | 128.45 | 96.7 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 73 | 0.92 | 0 | 0.63 | 0.23 | 139.12 | 0.86 | 0.42 |
| Hex | F | C5 | 49 | 5C | 0 | 3F | 17 | 8B | 56 | 2A |
| Octal | 17 | 305 | 111 | 134 | 0 | 77 | 27 | 213 | 126 | 52 |
| Binary | 1111 | 11000101 | 1001001 | 1011100 | 0 | 111111 | 10111 | 10001011 | 1010110 | 101010 |
Color Harmonies of #0FC549
Complementary color
Monochromatic Colors of #0FC549
Black with #0FC549
Text Example
Text Example
White with #0FC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC549; }
p { color: rgb(15,197,73); }
H1.HeaderClassName
{
color: #0FC549;
}
.AnyTagClassName
{
color: #0FC549;
}
</style>
background-color css
<style>
a { background-color: #0FC549; }
a { background-color: rgb(15,197,73); }
div.DivClassName
{
background-color: #0FC549;
}
.BgClassName
{
background-color: #0FC549;
}
</style>
border-color css
<style>
span { border-color: #0FC549; }
span { border-color: rgb(15,197,73); }
td.TdClassName
{
border-color: #0FC549;
}
.TagClassName
{
border-color: #0FC549;
}
</style>