Shades of Dark Pastel Green #0FCE3A
Tints of Dark Pastel Green #0FCE3A
RGB
CMYK
RGB Variations
Color information
#0FCE3A (or 0x0FCE3A) is known color: Dark Pastel Green. HEX triplet: 0F, CE and 3A. RGB value is (15,206,58). Sum of RGB (Red+Green+Blue) = 15+206+58=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 206 (80.86% from 255 or 73.84% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCE3A is #F031C5. Grayscale: #848484. Windows color (decimal): -15741382 or 3853839. OLE color: 3853839.
HSL color Cylindrical-coordinate representation of color #0FCE3A: hue angle of 133.51º 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 #0FCE3A is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 58 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.19 |
| HSL | 133.51º | 0.86% | 0.43% | - |
| HSV(B) | 133.51º | 0.93% | 0.81% | - |
| XYZ | 23.03 | 44.55 | 11.39 | - |
| YUV | 132.02 | 86.22 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 58 | 0.93 | 0 | 0.72 | 0.19 | 133.51 | 0.86 | 0.43 |
| Hex | F | CE | 3A | 5D | 0 | 48 | 13 | 86 | 56 | 2B |
| Octal | 17 | 316 | 72 | 135 | 0 | 110 | 23 | 206 | 126 | 53 |
| Binary | 1111 | 11001110 | 111010 | 1011101 | 0 | 1001000 | 10011 | 10000110 | 1010110 | 101011 |
Color Harmonies of #0FCE3A
Complementary color
Monochromatic Colors of #0FCE3A
Black with #0FCE3A
Text Example
Text Example
White with #0FCE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCE3A; }
p { color: rgb(15,206,58); }
H1.HeaderClassName
{
color: #0FCE3A;
}
.AnyTagClassName
{
color: #0FCE3A;
}
</style>
background-color css
<style>
a { background-color: #0FCE3A; }
a { background-color: rgb(15,206,58); }
div.DivClassName
{
background-color: #0FCE3A;
}
.BgClassName
{
background-color: #0FCE3A;
}
</style>
border-color css
<style>
span { border-color: #0FCE3A; }
span { border-color: rgb(15,206,58); }
td.TdClassName
{
border-color: #0FCE3A;
}
.TagClassName
{
border-color: #0FCE3A;
}
</style>