Shades of Ocean Green #4EA36F
Tints of Ocean Green #4EA36F
RGB
CMYK
RGB Variations
Color information
#4EA36F (or 0x4EA36F) is known color: Ocean Green. HEX triplet: 4E, A3 and 6F. RGB value is (78,163,111). Sum of RGB (Red+Green+Blue) = 78+163+111=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #4EA36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA36F is #B15C90. Grayscale: #838383. Windows color (decimal): -11623569 or 7316302. OLE color: 7316302.
HSL color Cylindrical-coordinate representation of color #4EA36F: hue angle of 143.29º degrees, saturation: 0.35, 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 #4EA36F is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 163 | 111 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.36 |
| HSL | 143.29º | 0.35% | 0.47% | - |
| HSV(B) | 143.29º | 0.52% | 0.64% | - |
| XYZ | 19.11 | 28.96 | 19.62 | - |
| YUV | 131.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 163 | 111 | 0.52 | 0 | 0.32 | 0.36 | 143.29 | 0.35 | 0.47 |
| Hex | 4E | A3 | 6F | 34 | 0 | 20 | 24 | 8F | 23 | 2F |
| Octal | 116 | 243 | 157 | 64 | 0 | 40 | 44 | 217 | 43 | 57 |
| Binary | 1001110 | 10100011 | 1101111 | 110100 | 0 | 100000 | 100100 | 10001111 | 100011 | 101111 |
Color Harmonies of #4EA36F
Complementary color
Monochromatic Colors of #4EA36F
Black with #4EA36F
Text Example
Text Example
White with #4EA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA36F; }
p { color: rgb(78,163,111); }
H1.HeaderClassName
{
color: #4EA36F;
}
.AnyTagClassName
{
color: #4EA36F;
}
</style>
background-color css
<style>
a { background-color: #4EA36F; }
a { background-color: rgb(78,163,111); }
div.DivClassName
{
background-color: #4EA36F;
}
.BgClassName
{
background-color: #4EA36F;
}
</style>
border-color css
<style>
span { border-color: #4EA36F; }
span { border-color: rgb(78,163,111); }
td.TdClassName
{
border-color: #4EA36F;
}
.TagClassName
{
border-color: #4EA36F;
}
</style>