Shades of Dark Pastel Green #0FCF3E
Tints of Dark Pastel Green #0FCF3E
RGB
CMYK
RGB Variations
Color information
#0FCF3E (or 0x0FCF3E) is known color: Dark Pastel Green. HEX triplet: 0F, CF and 3E. RGB value is (15,207,62). Sum of RGB (Red+Green+Blue) = 15+207+62=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 207 (81.25% from 255 or 72.89% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF3E is #F030C1. Grayscale: #858585. Windows color (decimal): -15741122 or 4116239. OLE color: 4116239.
HSL color Cylindrical-coordinate representation of color #0FCF3E: hue angle of 134.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF3E is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 62 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.19 |
| HSL | 134.69º | 0.86% | 0.44% | - |
| HSV(B) | 134.69º | 0.93% | 0.81% | - |
| XYZ | 23.38 | 45.08 | 12.03 | - |
| YUV | 133.06 | 87.89 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 62 | 0.93 | 0 | 0.70 | 0.19 | 134.69 | 0.86 | 0.44 |
| Hex | F | CF | 3E | 5D | 0 | 46 | 13 | 87 | 56 | 2C |
| Octal | 17 | 317 | 76 | 135 | 0 | 106 | 23 | 207 | 126 | 54 |
| Binary | 1111 | 11001111 | 111110 | 1011101 | 0 | 1000110 | 10011 | 10000111 | 1010110 | 101100 |
Color Harmonies of #0FCF3E
Complementary color
Monochromatic Colors of #0FCF3E
Black with #0FCF3E
Text Example
Text Example
White with #0FCF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF3E; }
p { color: rgb(15,207,62); }
H1.HeaderClassName
{
color: #0FCF3E;
}
.AnyTagClassName
{
color: #0FCF3E;
}
</style>
background-color css
<style>
a { background-color: #0FCF3E; }
a { background-color: rgb(15,207,62); }
div.DivClassName
{
background-color: #0FCF3E;
}
.BgClassName
{
background-color: #0FCF3E;
}
</style>
border-color css
<style>
span { border-color: #0FCF3E; }
span { border-color: rgb(15,207,62); }
td.TdClassName
{
border-color: #0FCF3E;
}
.TagClassName
{
border-color: #0FCF3E;
}
</style>