Shades of Ocean Green #4AB470
Tints of Ocean Green #4AB470
RGB
CMYK
RGB Variations
Color information
#4AB470 (or 0x4AB470) is known color: Ocean Green. HEX triplet: 4A, B4 and 70. RGB value is (74,180,112). Sum of RGB (Red+Green+Blue) = 74+180+112=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB470 is #B54B8F. Grayscale: #8C8C8C. Windows color (decimal): -11881360 or 7386186. OLE color: 7386186.
HSL color Cylindrical-coordinate representation of color #4AB470: hue angle of 141.51º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB470 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 112 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.29 |
| HSL | 141.51º | 0.42% | 0.5% | - |
| HSV(B) | 141.51º | 0.59% | 0.71% | - |
| XYZ | 22.07 | 35.27 | 20.97 | - |
| YUV | 140.55 | 111.88 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 112 | 0.59 | 0 | 0.38 | 0.29 | 141.51 | 0.42 | 0.5 |
| Hex | 4A | B4 | 70 | 3B | 0 | 26 | 1D | 8E | 2A | 32 |
| Octal | 112 | 264 | 160 | 73 | 0 | 46 | 35 | 216 | 52 | 62 |
| Binary | 1001010 | 10110100 | 1110000 | 111011 | 0 | 100110 | 11101 | 10001110 | 101010 | 110010 |
Color Harmonies of #4AB470
Complementary color
Monochromatic Colors of #4AB470
Black with #4AB470
Text Example
Text Example
White with #4AB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB470; }
p { color: rgb(74,180,112); }
H1.HeaderClassName
{
color: #4AB470;
}
.AnyTagClassName
{
color: #4AB470;
}
</style>
background-color css
<style>
a { background-color: #4AB470; }
a { background-color: rgb(74,180,112); }
div.DivClassName
{
background-color: #4AB470;
}
.BgClassName
{
background-color: #4AB470;
}
</style>
border-color css
<style>
span { border-color: #4AB470; }
span { border-color: rgb(74,180,112); }
td.TdClassName
{
border-color: #4AB470;
}
.TagClassName
{
border-color: #4AB470;
}
</style>