Shades of Ocean Green #4EA96C
Tints of Ocean Green #4EA96C
RGB
CMYK
RGB Variations
Color information
#4EA96C (or 0x4EA96C) is known color: Ocean Green. HEX triplet: 4E, A9 and 6C. RGB value is (78,169,108). Sum of RGB (Red+Green+Blue) = 78+169+108=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA96C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA96C is #B15693. Grayscale: #868686. Windows color (decimal): -11622036 or 7121230. OLE color: 7121230.
HSL color Cylindrical-coordinate representation of color #4EA96C: hue angle of 139.78º 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 #4EA96C is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 108 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.34 |
| HSL | 139.78º | 0.37% | 0.48% | - |
| HSV(B) | 139.78º | 0.54% | 0.66% | - |
| XYZ | 20.04 | 31.08 | 19.13 | - |
| YUV | 134.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 108 | 0.54 | 0 | 0.36 | 0.34 | 139.78 | 0.37 | 0.48 |
| Hex | 4E | A9 | 6C | 36 | 0 | 24 | 22 | 8C | 25 | 30 |
| Octal | 116 | 251 | 154 | 66 | 0 | 44 | 42 | 214 | 45 | 60 |
| Binary | 1001110 | 10101001 | 1101100 | 110110 | 0 | 100100 | 100010 | 10001100 | 100101 | 110000 |
Color Harmonies of #4EA96C
Complementary color
Monochromatic Colors of #4EA96C
Black with #4EA96C
Text Example
Text Example
White with #4EA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA96C; }
p { color: rgb(78,169,108); }
H1.HeaderClassName
{
color: #4EA96C;
}
.AnyTagClassName
{
color: #4EA96C;
}
</style>
background-color css
<style>
a { background-color: #4EA96C; }
a { background-color: rgb(78,169,108); }
div.DivClassName
{
background-color: #4EA96C;
}
.BgClassName
{
background-color: #4EA96C;
}
</style>
border-color css
<style>
span { border-color: #4EA96C; }
span { border-color: rgb(78,169,108); }
td.TdClassName
{
border-color: #4EA96C;
}
.TagClassName
{
border-color: #4EA96C;
}
</style>