Shades of Ocean Green #4AAE66
Tints of Ocean Green #4AAE66
RGB
CMYK
RGB Variations
Color information
#4AAE66 (or 0x4AAE66) is known color: Ocean Green. HEX triplet: 4A, AE and 66. RGB value is (74,174,102). Sum of RGB (Red+Green+Blue) = 74+174+102=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAE66 is #B55199. Grayscale: #888888. Windows color (decimal): -11882906 or 6729290. OLE color: 6729290.
HSL color Cylindrical-coordinate representation of color #4AAE66: hue angle of 136.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE66 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 174 | 102 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.32 |
| HSL | 136.8º | 0.4% | 0.49% | - |
| HSV(B) | 136.8º | 0.57% | 0.68% | - |
| XYZ | 20.36 | 32.69 | 17.81 | - |
| YUV | 135.89 | 108.87 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 102 | 0.57 | 0 | 0.41 | 0.32 | 136.8 | 0.4 | 0.49 |
| Hex | 4A | AE | 66 | 39 | 0 | 29 | 20 | 89 | 28 | 31 |
| Octal | 112 | 256 | 146 | 71 | 0 | 51 | 40 | 211 | 50 | 61 |
| Binary | 1001010 | 10101110 | 1100110 | 111001 | 0 | 101001 | 100000 | 10001001 | 101000 | 110001 |
Color Harmonies of #4AAE66
Complementary color
Monochromatic Colors of #4AAE66
Black with #4AAE66
Text Example
Text Example
White with #4AAE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAE66; }
p { color: rgb(74,174,102); }
H1.HeaderClassName
{
color: #4AAE66;
}
.AnyTagClassName
{
color: #4AAE66;
}
</style>
background-color css
<style>
a { background-color: #4AAE66; }
a { background-color: rgb(74,174,102); }
div.DivClassName
{
background-color: #4AAE66;
}
.BgClassName
{
background-color: #4AAE66;
}
</style>
border-color css
<style>
span { border-color: #4AAE66; }
span { border-color: rgb(74,174,102); }
td.TdClassName
{
border-color: #4AAE66;
}
.TagClassName
{
border-color: #4AAE66;
}
</style>