Shades of Dark Pastel Green #0FCF27
Tints of Dark Pastel Green #0FCF27
RGB
CMYK
RGB Variations
Color information
#0FCF27 (or 0x0FCF27) is known color: Dark Pastel Green. HEX triplet: 0F, CF and 27. RGB value is (15,207,39). Sum of RGB (Red+Green+Blue) = 15+207+39=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF27 is #F030D8. Grayscale: #828282. Windows color (decimal): -15741145 or 2608911. OLE color: 2608911.
HSL color Cylindrical-coordinate representation of color #0FCF27: hue angle of 127.5º 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 #0FCF27 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 39 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.19 |
| HSL | 127.5º | 0.86% | 0.44% | - |
| HSV(B) | 127.5º | 0.93% | 0.81% | - |
| XYZ | 22.88 | 44.87 | 9.38 | - |
| YUV | 130.44 | 76.39 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 39 | 0.93 | 0 | 0.81 | 0.19 | 127.5 | 0.86 | 0.44 |
| Hex | F | CF | 27 | 5D | 0 | 51 | 13 | 80 | 56 | 2C |
| Octal | 17 | 317 | 47 | 135 | 0 | 121 | 23 | 200 | 126 | 54 |
| Binary | 1111 | 11001111 | 100111 | 1011101 | 0 | 1010001 | 10011 | 10000000 | 1010110 | 101100 |
Color Harmonies of #0FCF27
Complementary color
Monochromatic Colors of #0FCF27
Black with #0FCF27
Text Example
Text Example
White with #0FCF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF27; }
p { color: rgb(15,207,39); }
H1.HeaderClassName
{
color: #0FCF27;
}
.AnyTagClassName
{
color: #0FCF27;
}
</style>
background-color css
<style>
a { background-color: #0FCF27; }
a { background-color: rgb(15,207,39); }
div.DivClassName
{
background-color: #0FCF27;
}
.BgClassName
{
background-color: #0FCF27;
}
</style>
border-color css
<style>
span { border-color: #0FCF27; }
span { border-color: rgb(15,207,39); }
td.TdClassName
{
border-color: #0FCF27;
}
.TagClassName
{
border-color: #0FCF27;
}
</style>