Shades of Dark Pastel Green #0FC448
Tints of Dark Pastel Green #0FC448
RGB
CMYK
RGB Variations
Color information
#0FC448 (or 0x0FC448) is known color: Dark Pastel Green. HEX triplet: 0F, C4 and 48. RGB value is (15,196,72). Sum of RGB (Red+Green+Blue) = 15+196+72=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 196 (76.95% from 255 or 69.26% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC448 is #F03BB7. Grayscale: #808080. Windows color (decimal): -15743928 or 4768783. OLE color: 4768783.
HSL color Cylindrical-coordinate representation of color #0FC448: hue angle of 138.9º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC448 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 72 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.23 |
| HSL | 138.9º | 0.86% | 0.41% | - |
| HSV(B) | 138.9º | 0.92% | 0.77% | - |
| XYZ | 21.11 | 40.05 | 12.75 | - |
| YUV | 127.75 | 96.53 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 72 | 0.92 | 0 | 0.63 | 0.23 | 138.9 | 0.86 | 0.41 |
| Hex | F | C4 | 48 | 5C | 0 | 3F | 17 | 8B | 56 | 29 |
| Octal | 17 | 304 | 110 | 134 | 0 | 77 | 27 | 213 | 126 | 51 |
| Binary | 1111 | 11000100 | 1001000 | 1011100 | 0 | 111111 | 10111 | 10001011 | 1010110 | 101001 |
Color Harmonies of #0FC448
Complementary color
Monochromatic Colors of #0FC448
Black with #0FC448
Text Example
Text Example
White with #0FC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC448; }
p { color: rgb(15,196,72); }
H1.HeaderClassName
{
color: #0FC448;
}
.AnyTagClassName
{
color: #0FC448;
}
</style>
background-color css
<style>
a { background-color: #0FC448; }
a { background-color: rgb(15,196,72); }
div.DivClassName
{
background-color: #0FC448;
}
.BgClassName
{
background-color: #0FC448;
}
</style>
border-color css
<style>
span { border-color: #0FC448; }
span { border-color: rgb(15,196,72); }
td.TdClassName
{
border-color: #0FC448;
}
.TagClassName
{
border-color: #0FC448;
}
</style>