Shades of Fun Green #0E5F3C
Tints of Fun Green #0E5F3C
RGB
CMYK
RGB Variations
Color information
#0E5F3C (or 0x0E5F3C) is known color: Fun Green. HEX triplet: 0E, 5F and 3C. RGB value is (14,95,60). Sum of RGB (Red+Green+Blue) = 14+95+60=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 95 (37.5% from 255 or 56.21% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 95 - color contains mainly: green. Hex color #0E5F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5F3C is #F1A0C3. Grayscale: #424242. Windows color (decimal): -15835332 or 3956494. OLE color: 3956494.
HSL color Cylindrical-coordinate representation of color #0E5F3C: hue angle of 154.07º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5F3C is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 14 | 95 | 60 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.63 |
| HSL | 154.07º | 0.74% | 0.21% | - |
| HSV(B) | 154.07º | 0.85% | 0.37% | - |
| XYZ | 5.09 | 8.6 | 5.67 | - |
| YUV | 66.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 95 | 60 | 0.85 | 0 | 0.37 | 0.63 | 154.07 | 0.74 | 0.21 |
| Hex | E | 5F | 3C | 55 | 0 | 25 | 3F | 9A | 4A | 15 |
| Octal | 16 | 137 | 74 | 125 | 0 | 45 | 77 | 232 | 112 | 25 |
| Binary | 1110 | 1011111 | 111100 | 1010101 | 0 | 100101 | 111111 | 10011010 | 1001010 | 10101 |
Color Harmonies of #0E5F3C
Complementary color
Monochromatic Colors of #0E5F3C
Black with #0E5F3C
Text Example
Text Example
White with #0E5F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5F3C; }
p { color: rgb(14,95,60); }
H1.HeaderClassName
{
color: #0E5F3C;
}
.AnyTagClassName
{
color: #0E5F3C;
}
</style>
background-color css
<style>
a { background-color: #0E5F3C; }
a { background-color: rgb(14,95,60); }
div.DivClassName
{
background-color: #0E5F3C;
}
.BgClassName
{
background-color: #0E5F3C;
}
</style>
border-color css
<style>
span { border-color: #0E5F3C; }
span { border-color: rgb(14,95,60); }
td.TdClassName
{
border-color: #0E5F3C;
}
.TagClassName
{
border-color: #0E5F3C;
}
</style>