Shades of Ocean Green #4AA47F
Tints of Ocean Green #4AA47F
RGB
CMYK
RGB Variations
Color information
#4AA47F (or 0x4AA47F) is known color: Ocean Green. HEX triplet: 4A, A4 and 7F. RGB value is (74,164,127). Sum of RGB (Red+Green+Blue) = 74+164+127=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA47F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA47F is #B55B80. Grayscale: #848484. Windows color (decimal): -11885441 or 8365130. OLE color: 8365130.
HSL color Cylindrical-coordinate representation of color #4AA47F: hue angle of 155.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA47F is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 164 | 127 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.36 |
| HSL | 155.33º | 0.38% | 0.47% | - |
| HSV(B) | 155.33º | 0.55% | 0.64% | - |
| XYZ | 19.93 | 29.54 | 24.73 | - |
| YUV | 132.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 127 | 0.55 | 0 | 0.23 | 0.36 | 155.33 | 0.38 | 0.47 |
| Hex | 4A | A4 | 7F | 37 | 0 | 17 | 24 | 9B | 26 | 2F |
| Octal | 112 | 244 | 177 | 67 | 0 | 27 | 44 | 233 | 46 | 57 |
| Binary | 1001010 | 10100100 | 1111111 | 110111 | 0 | 10111 | 100100 | 10011011 | 100110 | 101111 |
Color Harmonies of #4AA47F
Complementary color
Monochromatic Colors of #4AA47F
Black with #4AA47F
Text Example
Text Example
White with #4AA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA47F; }
p { color: rgb(74,164,127); }
H1.HeaderClassName
{
color: #4AA47F;
}
.AnyTagClassName
{
color: #4AA47F;
}
</style>
background-color css
<style>
a { background-color: #4AA47F; }
a { background-color: rgb(74,164,127); }
div.DivClassName
{
background-color: #4AA47F;
}
.BgClassName
{
background-color: #4AA47F;
}
</style>
border-color css
<style>
span { border-color: #4AA47F; }
span { border-color: rgb(74,164,127); }
td.TdClassName
{
border-color: #4AA47F;
}
.TagClassName
{
border-color: #4AA47F;
}
</style>