Shades of Ocean Green #4EA981
Tints of Ocean Green #4EA981
RGB
CMYK
RGB Variations
Color information
#4EA981 (or 0x4EA981) is known color: Ocean Green. HEX triplet: 4E, A9 and 81. RGB value is (78,169,129). Sum of RGB (Red+Green+Blue) = 78+169+129=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA981 is #B1567E. Grayscale: #898989. Windows color (decimal): -11622015 or 8497486. OLE color: 8497486.
HSL color Cylindrical-coordinate representation of color #4EA981: hue angle of 153.63º 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 #4EA981 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 129 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.34 |
| HSL | 153.63º | 0.37% | 0.48% | - |
| HSV(B) | 153.63º | 0.54% | 0.66% | - |
| XYZ | 21.29 | 31.58 | 25.74 | - |
| YUV | 137.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 129 | 0.54 | 0 | 0.24 | 0.34 | 153.63 | 0.37 | 0.48 |
| Hex | 4E | A9 | 81 | 36 | 0 | 18 | 22 | 9A | 25 | 30 |
| Octal | 116 | 251 | 201 | 66 | 0 | 30 | 42 | 232 | 45 | 60 |
| Binary | 1001110 | 10101001 | 10000001 | 110110 | 0 | 11000 | 100010 | 10011010 | 100101 | 110000 |
Color Harmonies of #4EA981
Complementary color
Monochromatic Colors of #4EA981
Black with #4EA981
Text Example
Text Example
White with #4EA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA981; }
p { color: rgb(78,169,129); }
H1.HeaderClassName
{
color: #4EA981;
}
.AnyTagClassName
{
color: #4EA981;
}
</style>
background-color css
<style>
a { background-color: #4EA981; }
a { background-color: rgb(78,169,129); }
div.DivClassName
{
background-color: #4EA981;
}
.BgClassName
{
background-color: #4EA981;
}
</style>
border-color css
<style>
span { border-color: #4EA981; }
span { border-color: rgb(78,169,129); }
td.TdClassName
{
border-color: #4EA981;
}
.TagClassName
{
border-color: #4EA981;
}
</style>