Shades of Ocean Green #4AA06D
Tints of Ocean Green #4AA06D
RGB
CMYK
RGB Variations
Color information
#4AA06D (or 0x4AA06D) is known color: Ocean Green. HEX triplet: 4A, A0 and 6D. RGB value is (74,160,109). Sum of RGB (Red+Green+Blue) = 74+160+109=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA06D is #B55F92. Grayscale: #808080. Windows color (decimal): -11886483 or 7184458. OLE color: 7184458.
HSL color Cylindrical-coordinate representation of color #4AA06D: hue angle of 144.42º 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 #4AA06D is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 109 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.37 |
| HSL | 144.42º | 0.37% | 0.46% | - |
| HSV(B) | 144.42º | 0.54% | 0.63% | - |
| XYZ | 18.16 | 27.7 | 18.86 | - |
| YUV | 128.47 | 117.01 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 109 | 0.54 | 0 | 0.32 | 0.37 | 144.42 | 0.37 | 0.46 |
| Hex | 4A | A0 | 6D | 36 | 0 | 20 | 25 | 90 | 25 | 2E |
| Octal | 112 | 240 | 155 | 66 | 0 | 40 | 45 | 220 | 45 | 56 |
| Binary | 1001010 | 10100000 | 1101101 | 110110 | 0 | 100000 | 100101 | 10010000 | 100101 | 101110 |
Color Harmonies of #4AA06D
Complementary color
Monochromatic Colors of #4AA06D
Black with #4AA06D
Text Example
Text Example
White with #4AA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA06D; }
p { color: rgb(74,160,109); }
H1.HeaderClassName
{
color: #4AA06D;
}
.AnyTagClassName
{
color: #4AA06D;
}
</style>
background-color css
<style>
a { background-color: #4AA06D; }
a { background-color: rgb(74,160,109); }
div.DivClassName
{
background-color: #4AA06D;
}
.BgClassName
{
background-color: #4AA06D;
}
</style>
border-color css
<style>
span { border-color: #4AA06D; }
span { border-color: rgb(74,160,109); }
td.TdClassName
{
border-color: #4AA06D;
}
.TagClassName
{
border-color: #4AA06D;
}
</style>