Shades of Dark Pastel Green #0FC43E
Tints of Dark Pastel Green #0FC43E
RGB
CMYK
RGB Variations
Color information
#0FC43E (or 0x0FC43E) is known color: Dark Pastel Green. HEX triplet: 0F, C4 and 3E. RGB value is (15,196,62). Sum of RGB (Red+Green+Blue) = 15+196+62=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 196 (76.95% from 255 or 71.79% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC43E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC43E is #F03BC1. Grayscale: #7E7E7E. Windows color (decimal): -15743938 or 4113423. OLE color: 4113423.
HSL color Cylindrical-coordinate representation of color #0FC43E: hue angle of 135.58º 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 #0FC43E is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 62 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.23 |
| HSL | 135.58º | 0.86% | 0.41% | - |
| HSV(B) | 135.58º | 0.92% | 0.77% | - |
| XYZ | 20.81 | 39.93 | 11.17 | - |
| YUV | 126.61 | 91.53 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 62 | 0.92 | 0 | 0.68 | 0.23 | 135.58 | 0.86 | 0.41 |
| Hex | F | C4 | 3E | 5C | 0 | 44 | 17 | 88 | 56 | 29 |
| Octal | 17 | 304 | 76 | 134 | 0 | 104 | 27 | 210 | 126 | 51 |
| Binary | 1111 | 11000100 | 111110 | 1011100 | 0 | 1000100 | 10111 | 10001000 | 1010110 | 101001 |
Color Harmonies of #0FC43E
Complementary color
Monochromatic Colors of #0FC43E
Black with #0FC43E
Text Example
Text Example
White with #0FC43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC43E; }
p { color: rgb(15,196,62); }
H1.HeaderClassName
{
color: #0FC43E;
}
.AnyTagClassName
{
color: #0FC43E;
}
</style>
background-color css
<style>
a { background-color: #0FC43E; }
a { background-color: rgb(15,196,62); }
div.DivClassName
{
background-color: #0FC43E;
}
.BgClassName
{
background-color: #0FC43E;
}
</style>
border-color css
<style>
span { border-color: #0FC43E; }
span { border-color: rgb(15,196,62); }
td.TdClassName
{
border-color: #0FC43E;
}
.TagClassName
{
border-color: #0FC43E;
}
</style>