Shades of Fun Green #0E603D
Tints of Fun Green #0E603D
RGB
CMYK
RGB Variations
Color information
#0E603D (or 0x0E603D) is known color: Fun Green. HEX triplet: 0E, 60 and 3D. RGB value is (14,96,61). Sum of RGB (Red+Green+Blue) = 14+96+61=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #0E603D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E603D is #F19FC2. Grayscale: #434343. Windows color (decimal): -15835075 or 4022286. OLE color: 4022286.
HSL color Cylindrical-coordinate representation of color #0E603D: hue angle of 154.39º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E603D is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 96 | 61 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.62 |
| HSL | 154.39º | 0.75% | 0.22% | - |
| HSV(B) | 154.39º | 0.85% | 0.38% | - |
| XYZ | 5.21 | 8.8 | 5.84 | - |
| YUV | 67.49 | 124.33 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 96 | 61 | 0.85 | 0 | 0.36 | 0.62 | 154.39 | 0.75 | 0.22 |
| Hex | E | 60 | 3D | 55 | 0 | 24 | 3E | 9A | 4B | 16 |
| Octal | 16 | 140 | 75 | 125 | 0 | 44 | 76 | 232 | 113 | 26 |
| Binary | 1110 | 1100000 | 111101 | 1010101 | 0 | 100100 | 111110 | 10011010 | 1001011 | 10110 |
Color Harmonies of #0E603D
Complementary color
Monochromatic Colors of #0E603D
Black with #0E603D
Text Example
Text Example
White with #0E603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E603D; }
p { color: rgb(14,96,61); }
H1.HeaderClassName
{
color: #0E603D;
}
.AnyTagClassName
{
color: #0E603D;
}
</style>
background-color css
<style>
a { background-color: #0E603D; }
a { background-color: rgb(14,96,61); }
div.DivClassName
{
background-color: #0E603D;
}
.BgClassName
{
background-color: #0E603D;
}
</style>
border-color css
<style>
span { border-color: #0E603D; }
span { border-color: rgb(14,96,61); }
td.TdClassName
{
border-color: #0E603D;
}
.TagClassName
{
border-color: #0E603D;
}
</style>