Shades of Dark Pastel Green #0FC53F
Tints of Dark Pastel Green #0FC53F
RGB
CMYK
RGB Variations
Color information
#0FC53F (or 0x0FC53F) is known color: Dark Pastel Green. HEX triplet: 0F, C5 and 3F. RGB value is (15,197,63). Sum of RGB (Red+Green+Blue) = 15+197+63=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 197 (77.34% from 255 or 71.64% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC53F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC53F is #F03AC0. Grayscale: #7F7F7F. Windows color (decimal): -15743681 or 4179215. OLE color: 4179215.
HSL color Cylindrical-coordinate representation of color #0FC53F: hue angle of 135.82º 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 #0FC53F is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 63 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.23 |
| HSL | 135.82º | 0.86% | 0.42% | - |
| HSV(B) | 135.82º | 0.92% | 0.77% | - |
| XYZ | 21.06 | 40.39 | 11.39 | - |
| YUV | 127.31 | 91.7 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 63 | 0.92 | 0 | 0.68 | 0.23 | 135.82 | 0.86 | 0.42 |
| Hex | F | C5 | 3F | 5C | 0 | 44 | 17 | 88 | 56 | 2A |
| Octal | 17 | 305 | 77 | 134 | 0 | 104 | 27 | 210 | 126 | 52 |
| Binary | 1111 | 11000101 | 111111 | 1011100 | 0 | 1000100 | 10111 | 10001000 | 1010110 | 101010 |
Color Harmonies of #0FC53F
Complementary color
Monochromatic Colors of #0FC53F
Black with #0FC53F
Text Example
Text Example
White with #0FC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC53F; }
p { color: rgb(15,197,63); }
H1.HeaderClassName
{
color: #0FC53F;
}
.AnyTagClassName
{
color: #0FC53F;
}
</style>
background-color css
<style>
a { background-color: #0FC53F; }
a { background-color: rgb(15,197,63); }
div.DivClassName
{
background-color: #0FC53F;
}
.BgClassName
{
background-color: #0FC53F;
}
</style>
border-color css
<style>
span { border-color: #0FC53F; }
span { border-color: rgb(15,197,63); }
td.TdClassName
{
border-color: #0FC53F;
}
.TagClassName
{
border-color: #0FC53F;
}
</style>