Shades of Ocean Green #4EA86F
Tints of Ocean Green #4EA86F
RGB
CMYK
RGB Variations
Color information
#4EA86F (or 0x4EA86F) is known color: Ocean Green. HEX triplet: 4E, A8 and 6F. RGB value is (78,168,111). Sum of RGB (Red+Green+Blue) = 78+168+111=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #4EA86F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA86F is #B15790. Grayscale: #868686. Windows color (decimal): -11622289 or 7317582. OLE color: 7317582.
HSL color Cylindrical-coordinate representation of color #4EA86F: hue angle of 142º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA86F is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 168 | 111 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.34 |
| HSL | 142º | 0.37% | 0.48% | - |
| HSV(B) | 142º | 0.54% | 0.66% | - |
| XYZ | 20.01 | 30.77 | 19.92 | - |
| YUV | 134.59 | 114.68 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 168 | 111 | 0.54 | 0 | 0.34 | 0.34 | 142 | 0.37 | 0.48 |
| Hex | 4E | A8 | 6F | 36 | 0 | 22 | 22 | 8E | 25 | 30 |
| Octal | 116 | 250 | 157 | 66 | 0 | 42 | 42 | 216 | 45 | 60 |
| Binary | 1001110 | 10101000 | 1101111 | 110110 | 0 | 100010 | 100010 | 10001110 | 100101 | 110000 |
Color Harmonies of #4EA86F
Complementary color
Monochromatic Colors of #4EA86F
Black with #4EA86F
Text Example
Text Example
White with #4EA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA86F; }
p { color: rgb(78,168,111); }
H1.HeaderClassName
{
color: #4EA86F;
}
.AnyTagClassName
{
color: #4EA86F;
}
</style>
background-color css
<style>
a { background-color: #4EA86F; }
a { background-color: rgb(78,168,111); }
div.DivClassName
{
background-color: #4EA86F;
}
.BgClassName
{
background-color: #4EA86F;
}
</style>
border-color css
<style>
span { border-color: #4EA86F; }
span { border-color: rgb(78,168,111); }
td.TdClassName
{
border-color: #4EA86F;
}
.TagClassName
{
border-color: #4EA86F;
}
</style>