Shades of Ocean Green #4AAD7C
Tints of Ocean Green #4AAD7C
RGB
CMYK
RGB Variations
Color information
#4AAD7C (or 0x4AAD7C) is known color: Ocean Green. HEX triplet: 4A, AD and 7C. RGB value is (74,173,124). Sum of RGB (Red+Green+Blue) = 74+173+124=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAD7C is #B55283. Grayscale: #898989. Windows color (decimal): -11883140 or 8170826. OLE color: 8170826.
HSL color Cylindrical-coordinate representation of color #4AAD7C: hue angle of 150.3º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAD7C is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 124 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.32 |
| HSL | 150.3º | 0.4% | 0.48% | - |
| HSV(B) | 150.3º | 0.57% | 0.68% | - |
| XYZ | 21.41 | 32.8 | 24.27 | - |
| YUV | 137.81 | 120.2 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 124 | 0.57 | 0 | 0.28 | 0.32 | 150.3 | 0.4 | 0.48 |
| Hex | 4A | AD | 7C | 39 | 0 | 1C | 20 | 96 | 28 | 30 |
| Octal | 112 | 255 | 174 | 71 | 0 | 34 | 40 | 226 | 50 | 60 |
| Binary | 1001010 | 10101101 | 1111100 | 111001 | 0 | 11100 | 100000 | 10010110 | 101000 | 110000 |
Color Harmonies of #4AAD7C
Complementary color
Monochromatic Colors of #4AAD7C
Black with #4AAD7C
Text Example
Text Example
White with #4AAD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAD7C; }
p { color: rgb(74,173,124); }
H1.HeaderClassName
{
color: #4AAD7C;
}
.AnyTagClassName
{
color: #4AAD7C;
}
</style>
background-color css
<style>
a { background-color: #4AAD7C; }
a { background-color: rgb(74,173,124); }
div.DivClassName
{
background-color: #4AAD7C;
}
.BgClassName
{
background-color: #4AAD7C;
}
</style>
border-color css
<style>
span { border-color: #4AAD7C; }
span { border-color: rgb(74,173,124); }
td.TdClassName
{
border-color: #4AAD7C;
}
.TagClassName
{
border-color: #4AAD7C;
}
</style>