Shades of Ocean Green #4AB978
Tints of Ocean Green #4AB978
RGB
CMYK
RGB Variations
Color information
#4AB978 (or 0x4AB978) is known color: Ocean Green. HEX triplet: 4A, B9 and 78. RGB value is (74,185,120). Sum of RGB (Red+Green+Blue) = 74+185+120=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB978 is #B54687. Grayscale: #909090. Windows color (decimal): -11880072 or 7911754. OLE color: 7911754.
HSL color Cylindrical-coordinate representation of color #4AB978: hue angle of 144.86º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB978 is Cyan = 0.6, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 185 | 120 | - |
| CMYK | 0.6 | 0 | 0.35 | 0.27 |
| HSL | 144.86º | 0.44% | 0.51% | - |
| HSV(B) | 144.86º | 0.6% | 0.73% | - |
| XYZ | 23.56 | 37.51 | 23.77 | - |
| YUV | 144.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 185 | 120 | 0.6 | 0 | 0.35 | 0.27 | 144.86 | 0.44 | 0.51 |
| Hex | 4A | B9 | 78 | 3C | 0 | 23 | 1B | 91 | 2C | 33 |
| Octal | 112 | 271 | 170 | 74 | 0 | 43 | 33 | 221 | 54 | 63 |
| Binary | 1001010 | 10111001 | 1111000 | 111100 | 0 | 100011 | 11011 | 10010001 | 101100 | 110011 |
Color Harmonies of #4AB978
Complementary color
Monochromatic Colors of #4AB978
Black with #4AB978
Text Example
Text Example
White with #4AB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB978; }
p { color: rgb(74,185,120); }
H1.HeaderClassName
{
color: #4AB978;
}
.AnyTagClassName
{
color: #4AB978;
}
</style>
background-color css
<style>
a { background-color: #4AB978; }
a { background-color: rgb(74,185,120); }
div.DivClassName
{
background-color: #4AB978;
}
.BgClassName
{
background-color: #4AB978;
}
</style>
border-color css
<style>
span { border-color: #4AB978; }
span { border-color: rgb(74,185,120); }
td.TdClassName
{
border-color: #4AB978;
}
.TagClassName
{
border-color: #4AB978;
}
</style>