Shades of Ocean Green #4EA266
Tints of Ocean Green #4EA266
RGB
CMYK
RGB Variations
Color information
#4EA266 (or 0x4EA266) is known color: Ocean Green. HEX triplet: 4E, A2 and 66. RGB value is (78,162,102). Sum of RGB (Red+Green+Blue) = 78+162+102=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA266 is #B15D99. Grayscale: #828282. Windows color (decimal): -11623834 or 6726222. OLE color: 6726222.
HSL color Cylindrical-coordinate representation of color #4EA266: hue angle of 137.14º 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 #4EA266 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 102 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.36 |
| HSL | 137.14º | 0.35% | 0.47% | - |
| HSV(B) | 137.14º | 0.52% | 0.64% | - |
| XYZ | 18.46 | 28.42 | 17.08 | - |
| YUV | 130.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 102 | 0.52 | 0 | 0.37 | 0.36 | 137.14 | 0.35 | 0.47 |
| Hex | 4E | A2 | 66 | 34 | 0 | 25 | 24 | 89 | 23 | 2F |
| Octal | 116 | 242 | 146 | 64 | 0 | 45 | 44 | 211 | 43 | 57 |
| Binary | 1001110 | 10100010 | 1100110 | 110100 | 0 | 100101 | 100100 | 10001001 | 100011 | 101111 |
Color Harmonies of #4EA266
Complementary color
Monochromatic Colors of #4EA266
Black with #4EA266
Text Example
Text Example
White with #4EA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA266; }
p { color: rgb(78,162,102); }
H1.HeaderClassName
{
color: #4EA266;
}
.AnyTagClassName
{
color: #4EA266;
}
</style>
background-color css
<style>
a { background-color: #4EA266; }
a { background-color: rgb(78,162,102); }
div.DivClassName
{
background-color: #4EA266;
}
.BgClassName
{
background-color: #4EA266;
}
</style>
border-color css
<style>
span { border-color: #4EA266; }
span { border-color: rgb(78,162,102); }
td.TdClassName
{
border-color: #4EA266;
}
.TagClassName
{
border-color: #4EA266;
}
</style>