Shades of Ocean Green #4DA96E
Tints of Ocean Green #4DA96E
RGB
CMYK
RGB Variations
Color information
#4DA96E (or 0x4DA96E) is known color: Ocean Green. HEX triplet: 4D, A9 and 6E. RGB value is (77,169,110). Sum of RGB (Red+Green+Blue) = 77+169+110=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA96E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA96E is #B25691. Grayscale: #868686. Windows color (decimal): -11687570 or 7252301. OLE color: 7252301.
HSL color Cylindrical-coordinate representation of color #4DA96E: hue angle of 141.52º 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 #4DA96E is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 169 | 110 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.34 |
| HSL | 141.52º | 0.37% | 0.48% | - |
| HSV(B) | 141.52º | 0.54% | 0.66% | - |
| XYZ | 20.06 | 31.08 | 19.69 | - |
| YUV | 134.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 169 | 110 | 0.54 | 0 | 0.35 | 0.34 | 141.52 | 0.37 | 0.48 |
| Hex | 4D | A9 | 6E | 36 | 0 | 23 | 22 | 8E | 25 | 30 |
| Octal | 115 | 251 | 156 | 66 | 0 | 43 | 42 | 216 | 45 | 60 |
| Binary | 1001101 | 10101001 | 1101110 | 110110 | 0 | 100011 | 100010 | 10001110 | 100101 | 110000 |
Color Harmonies of #4DA96E
Complementary color
Monochromatic Colors of #4DA96E
Black with #4DA96E
Text Example
Text Example
White with #4DA96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA96E; }
p { color: rgb(77,169,110); }
H1.HeaderClassName
{
color: #4DA96E;
}
.AnyTagClassName
{
color: #4DA96E;
}
</style>
background-color css
<style>
a { background-color: #4DA96E; }
a { background-color: rgb(77,169,110); }
div.DivClassName
{
background-color: #4DA96E;
}
.BgClassName
{
background-color: #4DA96E;
}
</style>
border-color css
<style>
span { border-color: #4DA96E; }
span { border-color: rgb(77,169,110); }
td.TdClassName
{
border-color: #4DA96E;
}
.TagClassName
{
border-color: #4DA96E;
}
</style>