Shades of Ocean Green #4EA57A
Tints of Ocean Green #4EA57A
RGB
CMYK
RGB Variations
Color information
#4EA57A (or 0x4EA57A) is known color: Ocean Green. HEX triplet: 4E, A5 and 7A. RGB value is (78,165,122). Sum of RGB (Red+Green+Blue) = 78+165+122=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #4EA57A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA57A is #B15A85. Grayscale: #868686. Windows color (decimal): -11623046 or 8037710. OLE color: 8037710.
HSL color Cylindrical-coordinate representation of color #4EA57A: hue angle of 150.34º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA57A is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 165 | 122 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.35 |
| HSL | 150.34º | 0.36% | 0.48% | - |
| HSV(B) | 150.34º | 0.53% | 0.65% | - |
| XYZ | 20.11 | 29.94 | 23.13 | - |
| YUV | 134.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 165 | 122 | 0.53 | 0 | 0.26 | 0.35 | 150.34 | 0.36 | 0.48 |
| Hex | 4E | A5 | 7A | 35 | 0 | 1A | 23 | 96 | 24 | 30 |
| Octal | 116 | 245 | 172 | 65 | 0 | 32 | 43 | 226 | 44 | 60 |
| Binary | 1001110 | 10100101 | 1111010 | 110101 | 0 | 11010 | 100011 | 10010110 | 100100 | 110000 |
Color Harmonies of #4EA57A
Complementary color
Monochromatic Colors of #4EA57A
Black with #4EA57A
Text Example
Text Example
White with #4EA57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA57A; }
p { color: rgb(78,165,122); }
H1.HeaderClassName
{
color: #4EA57A;
}
.AnyTagClassName
{
color: #4EA57A;
}
</style>
background-color css
<style>
a { background-color: #4EA57A; }
a { background-color: rgb(78,165,122); }
div.DivClassName
{
background-color: #4EA57A;
}
.BgClassName
{
background-color: #4EA57A;
}
</style>
border-color css
<style>
span { border-color: #4EA57A; }
span { border-color: rgb(78,165,122); }
td.TdClassName
{
border-color: #4EA57A;
}
.TagClassName
{
border-color: #4EA57A;
}
</style>