Shades of Ocean Green #4DA16D
Tints of Ocean Green #4DA16D
RGB
CMYK
RGB Variations
Color information
#4DA16D (or 0x4DA16D) is known color: Ocean Green. HEX triplet: 4D, A1 and 6D. RGB value is (77,161,109). Sum of RGB (Red+Green+Blue) = 77+161+109=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA16D is #B25E92. Grayscale: #828282. Windows color (decimal): -11689619 or 7184717. OLE color: 7184717.
HSL color Cylindrical-coordinate representation of color #4DA16D: hue angle of 142.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA16D is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 109 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.37 |
| HSL | 142.86º | 0.35% | 0.47% | - |
| HSV(B) | 142.86º | 0.52% | 0.63% | - |
| XYZ | 18.57 | 28.17 | 18.93 | - |
| YUV | 129.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 109 | 0.52 | 0 | 0.32 | 0.37 | 142.86 | 0.35 | 0.47 |
| Hex | 4D | A1 | 6D | 34 | 0 | 20 | 25 | 8F | 23 | 2F |
| Octal | 115 | 241 | 155 | 64 | 0 | 40 | 45 | 217 | 43 | 57 |
| Binary | 1001101 | 10100001 | 1101101 | 110100 | 0 | 100000 | 100101 | 10001111 | 100011 | 101111 |
Color Harmonies of #4DA16D
Complementary color
Monochromatic Colors of #4DA16D
Black with #4DA16D
Text Example
Text Example
White with #4DA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA16D; }
p { color: rgb(77,161,109); }
H1.HeaderClassName
{
color: #4DA16D;
}
.AnyTagClassName
{
color: #4DA16D;
}
</style>
background-color css
<style>
a { background-color: #4DA16D; }
a { background-color: rgb(77,161,109); }
div.DivClassName
{
background-color: #4DA16D;
}
.BgClassName
{
background-color: #4DA16D;
}
</style>
border-color css
<style>
span { border-color: #4DA16D; }
span { border-color: rgb(77,161,109); }
td.TdClassName
{
border-color: #4DA16D;
}
.TagClassName
{
border-color: #4DA16D;
}
</style>