Shades of Ocean Green #4AAA71
Tints of Ocean Green #4AAA71
RGB
CMYK
RGB Variations
Color information
#4AAA71 (or 0x4AAA71) is known color: Ocean Green. HEX triplet: 4A, AA and 71. RGB value is (74,170,113). Sum of RGB (Red+Green+Blue) = 74+170+113=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA71 is #B5558E. Grayscale: #868686. Windows color (decimal): -11883919 or 7449162. OLE color: 7449162.
HSL color Cylindrical-coordinate representation of color #4AAA71: hue angle of 144.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA71 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 113 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.33 |
| HSL | 144.38º | 0.39% | 0.48% | - |
| HSV(B) | 144.38º | 0.56% | 0.67% | - |
| XYZ | 20.18 | 31.4 | 20.62 | - |
| YUV | 134.8 | 115.7 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 113 | 0.56 | 0 | 0.34 | 0.33 | 144.38 | 0.39 | 0.48 |
| Hex | 4A | AA | 71 | 38 | 0 | 22 | 21 | 90 | 27 | 30 |
| Octal | 112 | 252 | 161 | 70 | 0 | 42 | 41 | 220 | 47 | 60 |
| Binary | 1001010 | 10101010 | 1110001 | 111000 | 0 | 100010 | 100001 | 10010000 | 100111 | 110000 |
Color Harmonies of #4AAA71
Complementary color
Monochromatic Colors of #4AAA71
Black with #4AAA71
Text Example
Text Example
White with #4AAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA71; }
p { color: rgb(74,170,113); }
H1.HeaderClassName
{
color: #4AAA71;
}
.AnyTagClassName
{
color: #4AAA71;
}
</style>
background-color css
<style>
a { background-color: #4AAA71; }
a { background-color: rgb(74,170,113); }
div.DivClassName
{
background-color: #4AAA71;
}
.BgClassName
{
background-color: #4AAA71;
}
</style>
border-color css
<style>
span { border-color: #4AAA71; }
span { border-color: rgb(74,170,113); }
td.TdClassName
{
border-color: #4AAA71;
}
.TagClassName
{
border-color: #4AAA71;
}
</style>