Shades of Dark Pastel Green #0FCF36
Tints of Dark Pastel Green #0FCF36
RGB
CMYK
RGB Variations
Color information
#0FCF36 (or 0x0FCF36) is known color: Dark Pastel Green. HEX triplet: 0F, CF and 36. RGB value is (15,207,54). Sum of RGB (Red+Green+Blue) = 15+207+54=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 207 (81.25% from 255 or 75% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF36 is #F030C9. Grayscale: #848484. Windows color (decimal): -15741130 or 3591951. OLE color: 3591951.
HSL color Cylindrical-coordinate representation of color #0FCF36: hue angle of 132.19º 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 #0FCF36 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 54 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.19 |
| HSL | 132.19º | 0.86% | 0.44% | - |
| HSV(B) | 132.19º | 0.93% | 0.81% | - |
| XYZ | 23.18 | 44.99 | 10.95 | - |
| YUV | 132.15 | 83.89 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 54 | 0.93 | 0 | 0.74 | 0.19 | 132.19 | 0.86 | 0.44 |
| Hex | F | CF | 36 | 5D | 0 | 4A | 13 | 84 | 56 | 2C |
| Octal | 17 | 317 | 66 | 135 | 0 | 112 | 23 | 204 | 126 | 54 |
| Binary | 1111 | 11001111 | 110110 | 1011101 | 0 | 1001010 | 10011 | 10000100 | 1010110 | 101100 |
Color Harmonies of #0FCF36
Complementary color
Monochromatic Colors of #0FCF36
Black with #0FCF36
Text Example
Text Example
White with #0FCF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF36; }
p { color: rgb(15,207,54); }
H1.HeaderClassName
{
color: #0FCF36;
}
.AnyTagClassName
{
color: #0FCF36;
}
</style>
background-color css
<style>
a { background-color: #0FCF36; }
a { background-color: rgb(15,207,54); }
div.DivClassName
{
background-color: #0FCF36;
}
.BgClassName
{
background-color: #0FCF36;
}
</style>
border-color css
<style>
span { border-color: #0FCF36; }
span { border-color: rgb(15,207,54); }
td.TdClassName
{
border-color: #0FCF36;
}
.TagClassName
{
border-color: #0FCF36;
}
</style>