Shades of Ocean Green #4AA680
Tints of Ocean Green #4AA680
RGB
CMYK
RGB Variations
Color information
#4AA680 (or 0x4AA680) is known color: Ocean Green. HEX triplet: 4A, A6 and 80. RGB value is (74,166,128). Sum of RGB (Red+Green+Blue) = 74+166+128=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA680 is #B5597F. Grayscale: #868686. Windows color (decimal): -11884928 or 8431178. OLE color: 8431178.
HSL color Cylindrical-coordinate representation of color #4AA680: hue angle of 155.22º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA680 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 166 | 128 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.35 |
| HSL | 155.22º | 0.38% | 0.47% | - |
| HSV(B) | 155.22º | 0.55% | 0.65% | - |
| XYZ | 20.36 | 30.29 | 25.2 | - |
| YUV | 134.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 128 | 0.55 | 0 | 0.23 | 0.35 | 155.22 | 0.38 | 0.47 |
| Hex | 4A | A6 | 80 | 37 | 0 | 17 | 23 | 9B | 26 | 2F |
| Octal | 112 | 246 | 200 | 67 | 0 | 27 | 43 | 233 | 46 | 57 |
| Binary | 1001010 | 10100110 | 10000000 | 110111 | 0 | 10111 | 100011 | 10011011 | 100110 | 101111 |
Color Harmonies of #4AA680
Complementary color
Monochromatic Colors of #4AA680
Black with #4AA680
Text Example
Text Example
White with #4AA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA680; }
p { color: rgb(74,166,128); }
H1.HeaderClassName
{
color: #4AA680;
}
.AnyTagClassName
{
color: #4AA680;
}
</style>
background-color css
<style>
a { background-color: #4AA680; }
a { background-color: rgb(74,166,128); }
div.DivClassName
{
background-color: #4AA680;
}
.BgClassName
{
background-color: #4AA680;
}
</style>
border-color css
<style>
span { border-color: #4AA680; }
span { border-color: rgb(74,166,128); }
td.TdClassName
{
border-color: #4AA680;
}
.TagClassName
{
border-color: #4AA680;
}
</style>