Shades of Ocean Green #4AA070
Tints of Ocean Green #4AA070
RGB
CMYK
RGB Variations
Color information
#4AA070 (or 0x4AA070) is known color: Ocean Green. HEX triplet: 4A, A0 and 70. RGB value is (74,160,112). Sum of RGB (Red+Green+Blue) = 74+160+112=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA070 is #B55F8F. Grayscale: #808080. Windows color (decimal): -11886480 or 7381066. OLE color: 7381066.
HSL color Cylindrical-coordinate representation of color #4AA070: hue angle of 146.51º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA070 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 112 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.37 |
| HSL | 146.51º | 0.37% | 0.46% | - |
| HSV(B) | 146.51º | 0.54% | 0.63% | - |
| XYZ | 18.32 | 27.77 | 19.72 | - |
| YUV | 128.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 112 | 0.54 | 0 | 0.30 | 0.37 | 146.51 | 0.37 | 0.46 |
| Hex | 4A | A0 | 70 | 36 | 0 | 1E | 25 | 93 | 25 | 2E |
| Octal | 112 | 240 | 160 | 66 | 0 | 36 | 45 | 223 | 45 | 56 |
| Binary | 1001010 | 10100000 | 1110000 | 110110 | 0 | 11110 | 100101 | 10010011 | 100101 | 101110 |
Color Harmonies of #4AA070
Complementary color
Monochromatic Colors of #4AA070
Black with #4AA070
Text Example
Text Example
White with #4AA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA070; }
p { color: rgb(74,160,112); }
H1.HeaderClassName
{
color: #4AA070;
}
.AnyTagClassName
{
color: #4AA070;
}
</style>
background-color css
<style>
a { background-color: #4AA070; }
a { background-color: rgb(74,160,112); }
div.DivClassName
{
background-color: #4AA070;
}
.BgClassName
{
background-color: #4AA070;
}
</style>
border-color css
<style>
span { border-color: #4AA070; }
span { border-color: rgb(74,160,112); }
td.TdClassName
{
border-color: #4AA070;
}
.TagClassName
{
border-color: #4AA070;
}
</style>