Shades of Ocean Green #4EA46F
Tints of Ocean Green #4EA46F
RGB
CMYK
RGB Variations
Color information
#4EA46F (or 0x4EA46F) is known color: Ocean Green. HEX triplet: 4E, A4 and 6F. RGB value is (78,164,111). Sum of RGB (Red+Green+Blue) = 78+164+111=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA46F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA46F is #B15B90. Grayscale: #848484. Windows color (decimal): -11623313 or 7316558. OLE color: 7316558.
HSL color Cylindrical-coordinate representation of color #4EA46F: hue angle of 143.02º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA46F is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 164 | 111 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.36 |
| HSL | 143.02º | 0.36% | 0.47% | - |
| HSV(B) | 143.02º | 0.52% | 0.64% | - |
| XYZ | 19.29 | 29.32 | 19.68 | - |
| YUV | 132.24 | 116.01 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 164 | 111 | 0.52 | 0 | 0.32 | 0.36 | 143.02 | 0.36 | 0.47 |
| Hex | 4E | A4 | 6F | 34 | 0 | 20 | 24 | 8F | 24 | 2F |
| Octal | 116 | 244 | 157 | 64 | 0 | 40 | 44 | 217 | 44 | 57 |
| Binary | 1001110 | 10100100 | 1101111 | 110100 | 0 | 100000 | 100100 | 10001111 | 100100 | 101111 |
Color Harmonies of #4EA46F
Complementary color
Monochromatic Colors of #4EA46F
Black with #4EA46F
Text Example
Text Example
White with #4EA46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA46F; }
p { color: rgb(78,164,111); }
H1.HeaderClassName
{
color: #4EA46F;
}
.AnyTagClassName
{
color: #4EA46F;
}
</style>
background-color css
<style>
a { background-color: #4EA46F; }
a { background-color: rgb(78,164,111); }
div.DivClassName
{
background-color: #4EA46F;
}
.BgClassName
{
background-color: #4EA46F;
}
</style>
border-color css
<style>
span { border-color: #4EA46F; }
span { border-color: rgb(78,164,111); }
td.TdClassName
{
border-color: #4EA46F;
}
.TagClassName
{
border-color: #4EA46F;
}
</style>