Shades of Ocean Green #4AA27C
Tints of Ocean Green #4AA27C
RGB
CMYK
RGB Variations
Color information
#4AA27C (or 0x4AA27C) is known color: Ocean Green. HEX triplet: 4A, A2 and 7C. RGB value is (74,162,124). Sum of RGB (Red+Green+Blue) = 74+162+124=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA27C is #B55D83. Grayscale: #838383. Windows color (decimal): -11885956 or 8168010. OLE color: 8168010.
HSL color Cylindrical-coordinate representation of color #4AA27C: hue angle of 154.09º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA27C is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 124 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.36 |
| HSL | 154.09º | 0.37% | 0.46% | - |
| HSV(B) | 154.09º | 0.54% | 0.64% | - |
| XYZ | 19.38 | 28.75 | 23.6 | - |
| YUV | 131.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 124 | 0.54 | 0 | 0.23 | 0.36 | 154.09 | 0.37 | 0.46 |
| Hex | 4A | A2 | 7C | 36 | 0 | 17 | 24 | 9A | 25 | 2E |
| Octal | 112 | 242 | 174 | 66 | 0 | 27 | 44 | 232 | 45 | 56 |
| Binary | 1001010 | 10100010 | 1111100 | 110110 | 0 | 10111 | 100100 | 10011010 | 100101 | 101110 |
Color Harmonies of #4AA27C
Complementary color
Monochromatic Colors of #4AA27C
Black with #4AA27C
Text Example
Text Example
White with #4AA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA27C; }
p { color: rgb(74,162,124); }
H1.HeaderClassName
{
color: #4AA27C;
}
.AnyTagClassName
{
color: #4AA27C;
}
</style>
background-color css
<style>
a { background-color: #4AA27C; }
a { background-color: rgb(74,162,124); }
div.DivClassName
{
background-color: #4AA27C;
}
.BgClassName
{
background-color: #4AA27C;
}
</style>
border-color css
<style>
span { border-color: #4AA27C; }
span { border-color: rgb(74,162,124); }
td.TdClassName
{
border-color: #4AA27C;
}
.TagClassName
{
border-color: #4AA27C;
}
</style>