Shades of Ocean Green #4EA86B
Tints of Ocean Green #4EA86B
RGB
CMYK
RGB Variations
Color information
#4EA86B (or 0x4EA86B) is known color: Ocean Green. HEX triplet: 4E, A8 and 6B. RGB value is (78,168,107). Sum of RGB (Red+Green+Blue) = 78+168+107=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #4EA86B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA86B is #B15794. Grayscale: #868686. Windows color (decimal): -11622293 or 7055438. OLE color: 7055438.
HSL color Cylindrical-coordinate representation of color #4EA86B: hue angle of 139.33º 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 #4EA86B is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 168 | 107 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.34 |
| HSL | 139.33º | 0.37% | 0.48% | - |
| HSV(B) | 139.33º | 0.54% | 0.66% | - |
| XYZ | 19.8 | 30.69 | 18.79 | - |
| YUV | 134.14 | 112.68 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 168 | 107 | 0.54 | 0 | 0.36 | 0.34 | 139.33 | 0.37 | 0.48 |
| Hex | 4E | A8 | 6B | 36 | 0 | 24 | 22 | 8B | 25 | 30 |
| Octal | 116 | 250 | 153 | 66 | 0 | 44 | 42 | 213 | 45 | 60 |
| Binary | 1001110 | 10101000 | 1101011 | 110110 | 0 | 100100 | 100010 | 10001011 | 100101 | 110000 |
Color Harmonies of #4EA86B
Complementary color
Monochromatic Colors of #4EA86B
Black with #4EA86B
Text Example
Text Example
White with #4EA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA86B; }
p { color: rgb(78,168,107); }
H1.HeaderClassName
{
color: #4EA86B;
}
.AnyTagClassName
{
color: #4EA86B;
}
</style>
background-color css
<style>
a { background-color: #4EA86B; }
a { background-color: rgb(78,168,107); }
div.DivClassName
{
background-color: #4EA86B;
}
.BgClassName
{
background-color: #4EA86B;
}
</style>
border-color css
<style>
span { border-color: #4EA86B; }
span { border-color: rgb(78,168,107); }
td.TdClassName
{
border-color: #4EA86B;
}
.TagClassName
{
border-color: #4EA86B;
}
</style>