Shades of Ocean Green #4CA981
Tints of Ocean Green #4CA981
RGB
CMYK
RGB Variations
Color information
#4CA981 (or 0x4CA981) is known color: Ocean Green. HEX triplet: 4C, A9 and 81. RGB value is (76,169,129). Sum of RGB (Red+Green+Blue) = 76+169+129=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #4CA981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA981 is #B3567E. Grayscale: #888888. Windows color (decimal): -11753087 or 8497484. OLE color: 8497484.
HSL color Cylindrical-coordinate representation of color #4CA981: hue angle of 154.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA981 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 76 | 169 | 129 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.34 |
| HSL | 154.19º | 0.38% | 0.48% | - |
| HSV(B) | 154.19º | 0.55% | 0.66% | - |
| XYZ | 21.13 | 31.5 | 25.73 | - |
| YUV | 136.63 | 123.69 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 169 | 129 | 0.55 | 0 | 0.24 | 0.34 | 154.19 | 0.38 | 0.48 |
| Hex | 4C | A9 | 81 | 37 | 0 | 18 | 22 | 9A | 26 | 30 |
| Octal | 114 | 251 | 201 | 67 | 0 | 30 | 42 | 232 | 46 | 60 |
| Binary | 1001100 | 10101001 | 10000001 | 110111 | 0 | 11000 | 100010 | 10011010 | 100110 | 110000 |
Color Harmonies of #4CA981
Complementary color
Monochromatic Colors of #4CA981
Black with #4CA981
Text Example
Text Example
White with #4CA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA981; }
p { color: rgb(76,169,129); }
H1.HeaderClassName
{
color: #4CA981;
}
.AnyTagClassName
{
color: #4CA981;
}
</style>
background-color css
<style>
a { background-color: #4CA981; }
a { background-color: rgb(76,169,129); }
div.DivClassName
{
background-color: #4CA981;
}
.BgClassName
{
background-color: #4CA981;
}
</style>
border-color css
<style>
span { border-color: #4CA981; }
span { border-color: rgb(76,169,129); }
td.TdClassName
{
border-color: #4CA981;
}
.TagClassName
{
border-color: #4CA981;
}
</style>