Shades of Dark Pastel Green #0FCF3A
Tints of Dark Pastel Green #0FCF3A
RGB
CMYK
RGB Variations
Color information
#0FCF3A (or 0x0FCF3A) is known color: Dark Pastel Green. HEX triplet: 0F, CF and 3A. RGB value is (15,207,58). Sum of RGB (Red+Green+Blue) = 15+207+58=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF3A is #F030C5. Grayscale: #858585. Windows color (decimal): -15741126 or 3854095. OLE color: 3854095.
HSL color Cylindrical-coordinate representation of color #0FCF3A: hue angle of 133.44º 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 #0FCF3A is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 58 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.19 |
| HSL | 133.44º | 0.86% | 0.44% | - |
| HSV(B) | 133.44º | 0.93% | 0.81% | - |
| XYZ | 23.27 | 45.03 | 11.47 | - |
| YUV | 132.61 | 85.89 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 58 | 0.93 | 0 | 0.72 | 0.19 | 133.44 | 0.86 | 0.44 |
| Hex | F | CF | 3A | 5D | 0 | 48 | 13 | 85 | 56 | 2C |
| Octal | 17 | 317 | 72 | 135 | 0 | 110 | 23 | 205 | 126 | 54 |
| Binary | 1111 | 11001111 | 111010 | 1011101 | 0 | 1001000 | 10011 | 10000101 | 1010110 | 101100 |
Color Harmonies of #0FCF3A
Complementary color
Monochromatic Colors of #0FCF3A
Black with #0FCF3A
Text Example
Text Example
White with #0FCF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF3A; }
p { color: rgb(15,207,58); }
H1.HeaderClassName
{
color: #0FCF3A;
}
.AnyTagClassName
{
color: #0FCF3A;
}
</style>
background-color css
<style>
a { background-color: #0FCF3A; }
a { background-color: rgb(15,207,58); }
div.DivClassName
{
background-color: #0FCF3A;
}
.BgClassName
{
background-color: #0FCF3A;
}
</style>
border-color css
<style>
span { border-color: #0FCF3A; }
span { border-color: rgb(15,207,58); }
td.TdClassName
{
border-color: #0FCF3A;
}
.TagClassName
{
border-color: #0FCF3A;
}
</style>