Shades of Dark Pastel Green #0FCE3D
Tints of Dark Pastel Green #0FCE3D
RGB
CMYK
RGB Variations
Color information
#0FCE3D (or 0x0FCE3D) is known color: Dark Pastel Green. HEX triplet: 0F, CE and 3D. RGB value is (15,206,61). Sum of RGB (Red+Green+Blue) = 15+206+61=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 206 (80.86% from 255 or 73.05% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCE3D is #F031C2. Grayscale: #848484. Windows color (decimal): -15741379 or 4050447. OLE color: 4050447.
HSL color Cylindrical-coordinate representation of color #0FCE3D: hue angle of 134.45º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCE3D is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 61 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.19 |
| HSL | 134.45º | 0.86% | 0.43% | - |
| HSV(B) | 134.45º | 0.93% | 0.81% | - |
| XYZ | 23.11 | 44.58 | 11.8 | - |
| YUV | 132.36 | 87.72 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 61 | 0.93 | 0 | 0.70 | 0.19 | 134.45 | 0.86 | 0.43 |
| Hex | F | CE | 3D | 5D | 0 | 46 | 13 | 86 | 56 | 2B |
| Octal | 17 | 316 | 75 | 135 | 0 | 106 | 23 | 206 | 126 | 53 |
| Binary | 1111 | 11001110 | 111101 | 1011101 | 0 | 1000110 | 10011 | 10000110 | 1010110 | 101011 |
Color Harmonies of #0FCE3D
Complementary color
Monochromatic Colors of #0FCE3D
Black with #0FCE3D
Text Example
Text Example
White with #0FCE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCE3D; }
p { color: rgb(15,206,61); }
H1.HeaderClassName
{
color: #0FCE3D;
}
.AnyTagClassName
{
color: #0FCE3D;
}
</style>
background-color css
<style>
a { background-color: #0FCE3D; }
a { background-color: rgb(15,206,61); }
div.DivClassName
{
background-color: #0FCE3D;
}
.BgClassName
{
background-color: #0FCE3D;
}
</style>
border-color css
<style>
span { border-color: #0FCE3D; }
span { border-color: rgb(15,206,61); }
td.TdClassName
{
border-color: #0FCE3D;
}
.TagClassName
{
border-color: #0FCE3D;
}
</style>