Shades of Ocean Green #4EA970
Tints of Ocean Green #4EA970
RGB
CMYK
RGB Variations
Color information
#4EA970 (or 0x4EA970) is known color: Ocean Green. HEX triplet: 4E, A9 and 70. RGB value is (78,169,112). Sum of RGB (Red+Green+Blue) = 78+169+112=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA970 is #B1568F. Grayscale: #878787. Windows color (decimal): -11622032 or 7383374. OLE color: 7383374.
HSL color Cylindrical-coordinate representation of color #4EA970: hue angle of 142.42º 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 #4EA970 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 112 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.34 |
| HSL | 142.42º | 0.37% | 0.48% | - |
| HSV(B) | 142.42º | 0.54% | 0.66% | - |
| XYZ | 20.25 | 31.17 | 20.28 | - |
| YUV | 135.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 112 | 0.54 | 0 | 0.34 | 0.34 | 142.42 | 0.37 | 0.48 |
| Hex | 4E | A9 | 70 | 36 | 0 | 22 | 22 | 8E | 25 | 30 |
| Octal | 116 | 251 | 160 | 66 | 0 | 42 | 42 | 216 | 45 | 60 |
| Binary | 1001110 | 10101001 | 1110000 | 110110 | 0 | 100010 | 100010 | 10001110 | 100101 | 110000 |
Color Harmonies of #4EA970
Complementary color
Monochromatic Colors of #4EA970
Black with #4EA970
Text Example
Text Example
White with #4EA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA970; }
p { color: rgb(78,169,112); }
H1.HeaderClassName
{
color: #4EA970;
}
.AnyTagClassName
{
color: #4EA970;
}
</style>
background-color css
<style>
a { background-color: #4EA970; }
a { background-color: rgb(78,169,112); }
div.DivClassName
{
background-color: #4EA970;
}
.BgClassName
{
background-color: #4EA970;
}
</style>
border-color css
<style>
span { border-color: #4EA970; }
span { border-color: rgb(78,169,112); }
td.TdClassName
{
border-color: #4EA970;
}
.TagClassName
{
border-color: #4EA970;
}
</style>