Shades of Dark Pastel Green #0FCF29
Tints of Dark Pastel Green #0FCF29
RGB
CMYK
RGB Variations
Color information
#0FCF29 (or 0x0FCF29) is known color: Dark Pastel Green. HEX triplet: 0F, CF and 29. RGB value is (15,207,41). Sum of RGB (Red+Green+Blue) = 15+207+41=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 207 (81.25% from 255 or 78.71% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF29 is #F030D6. Grayscale: #838383. Windows color (decimal): -15741143 or 2739983. OLE color: 2739983.
HSL color Cylindrical-coordinate representation of color #0FCF29: hue angle of 128.12º 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 #0FCF29 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 41 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.19 |
| HSL | 128.13º | 0.86% | 0.44% | - |
| HSV(B) | 128.13º | 0.93% | 0.81% | - |
| XYZ | 22.91 | 44.89 | 9.55 | - |
| YUV | 130.67 | 77.39 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 41 | 0.93 | 0 | 0.80 | 0.19 | 128.13 | 0.86 | 0.44 |
| Hex | F | CF | 29 | 5D | 0 | 50 | 13 | 80 | 56 | 2C |
| Octal | 17 | 317 | 51 | 135 | 0 | 120 | 23 | 200 | 126 | 54 |
| Binary | 1111 | 11001111 | 101001 | 1011101 | 0 | 1010000 | 10011 | 10000000 | 1010110 | 101100 |
Color Harmonies of #0FCF29
Complementary color
Monochromatic Colors of #0FCF29
Black with #0FCF29
Text Example
Text Example
White with #0FCF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF29; }
p { color: rgb(15,207,41); }
H1.HeaderClassName
{
color: #0FCF29;
}
.AnyTagClassName
{
color: #0FCF29;
}
</style>
background-color css
<style>
a { background-color: #0FCF29; }
a { background-color: rgb(15,207,41); }
div.DivClassName
{
background-color: #0FCF29;
}
.BgClassName
{
background-color: #0FCF29;
}
</style>
border-color css
<style>
span { border-color: #0FCF29; }
span { border-color: rgb(15,207,41); }
td.TdClassName
{
border-color: #0FCF29;
}
.TagClassName
{
border-color: #0FCF29;
}
</style>