Shades of Ocean Green #4AA27F
Tints of Ocean Green #4AA27F
RGB
CMYK
RGB Variations
Color information
#4AA27F (or 0x4AA27F) is known color: Ocean Green. HEX triplet: 4A, A2 and 7F. RGB value is (74,162,127). Sum of RGB (Red+Green+Blue) = 74+162+127=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA27F is #B55D80. Grayscale: #838383. Windows color (decimal): -11885953 or 8364618. OLE color: 8364618.
HSL color Cylindrical-coordinate representation of color #4AA27F: hue angle of 156.14º 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 #4AA27F is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 127 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.36 |
| HSL | 156.14º | 0.37% | 0.46% | - |
| HSV(B) | 156.14º | 0.54% | 0.64% | - |
| XYZ | 19.58 | 28.83 | 24.61 | - |
| YUV | 131.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 127 | 0.54 | 0 | 0.22 | 0.36 | 156.14 | 0.37 | 0.46 |
| Hex | 4A | A2 | 7F | 36 | 0 | 16 | 24 | 9C | 25 | 2E |
| Octal | 112 | 242 | 177 | 66 | 0 | 26 | 44 | 234 | 45 | 56 |
| Binary | 1001010 | 10100010 | 1111111 | 110110 | 0 | 10110 | 100100 | 10011100 | 100101 | 101110 |
Color Harmonies of #4AA27F
Complementary color
Monochromatic Colors of #4AA27F
Black with #4AA27F
Text Example
Text Example
White with #4AA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA27F; }
p { color: rgb(74,162,127); }
H1.HeaderClassName
{
color: #4AA27F;
}
.AnyTagClassName
{
color: #4AA27F;
}
</style>
background-color css
<style>
a { background-color: #4AA27F; }
a { background-color: rgb(74,162,127); }
div.DivClassName
{
background-color: #4AA27F;
}
.BgClassName
{
background-color: #4AA27F;
}
</style>
border-color css
<style>
span { border-color: #4AA27F; }
span { border-color: rgb(74,162,127); }
td.TdClassName
{
border-color: #4AA27F;
}
.TagClassName
{
border-color: #4AA27F;
}
</style>