Shades of Fun Green #0E553E
Tints of Fun Green #0E553E
RGB
CMYK
RGB Variations
Color information
#0E553E (or 0x0E553E) is known color: Fun Green. HEX triplet: 0E, 55 and 3E. RGB value is (14,85,62). Sum of RGB (Red+Green+Blue) = 14+85+62=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #0E553E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E553E is #F1AAC1. Grayscale: #3D3D3D. Windows color (decimal): -15837890 or 4085006. OLE color: 4085006.
HSL color Cylindrical-coordinate representation of color #0E553E: hue angle of 160.56º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E553E is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 85 | 62 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.67 |
| HSL | 160.56º | 0.72% | 0.19% | - |
| HSV(B) | 160.56º | 0.84% | 0.33% | - |
| XYZ | 4.3 | 6.94 | 5.67 | - |
| YUV | 61.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 62 | 0.84 | 0 | 0.27 | 0.67 | 160.56 | 0.72 | 0.19 |
| Hex | E | 55 | 3E | 54 | 0 | 1B | 43 | A1 | 48 | 13 |
| Octal | 16 | 125 | 76 | 124 | 0 | 33 | 103 | 241 | 110 | 23 |
| Binary | 1110 | 1010101 | 111110 | 1010100 | 0 | 11011 | 1000011 | 10100001 | 1001000 | 10011 |
Color Harmonies of #0E553E
Complementary color
Monochromatic Colors of #0E553E
Black with #0E553E
Text Example
Text Example
White with #0E553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E553E; }
p { color: rgb(14,85,62); }
H1.HeaderClassName
{
color: #0E553E;
}
.AnyTagClassName
{
color: #0E553E;
}
</style>
background-color css
<style>
a { background-color: #0E553E; }
a { background-color: rgb(14,85,62); }
div.DivClassName
{
background-color: #0E553E;
}
.BgClassName
{
background-color: #0E553E;
}
</style>
border-color css
<style>
span { border-color: #0E553E; }
span { border-color: rgb(14,85,62); }
td.TdClassName
{
border-color: #0E553E;
}
.TagClassName
{
border-color: #0E553E;
}
</style>