Shades of Ocean Green #4FA97E
Tints of Ocean Green #4FA97E
RGB
CMYK
RGB Variations
Color information
#4FA97E (or 0x4FA97E) is known color: Ocean Green. HEX triplet: 4F, A9 and 7E. RGB value is (79,169,126). Sum of RGB (Red+Green+Blue) = 79+169+126=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA97E is #B05681. Grayscale: #898989. Windows color (decimal): -11556482 or 8300879. OLE color: 8300879.
HSL color Cylindrical-coordinate representation of color #4FA97E: hue angle of 151.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA97E is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 79 | 169 | 126 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.34 |
| HSL | 151.33º | 0.36% | 0.49% | - |
| HSV(B) | 151.33º | 0.53% | 0.66% | - |
| XYZ | 21.18 | 31.54 | 24.71 | - |
| YUV | 137.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 169 | 126 | 0.53 | 0 | 0.25 | 0.34 | 151.33 | 0.36 | 0.49 |
| Hex | 4F | A9 | 7E | 35 | 0 | 19 | 22 | 97 | 24 | 31 |
| Octal | 117 | 251 | 176 | 65 | 0 | 31 | 42 | 227 | 44 | 61 |
| Binary | 1001111 | 10101001 | 1111110 | 110101 | 0 | 11001 | 100010 | 10010111 | 100100 | 110001 |
Color Harmonies of #4FA97E
Complementary color
Monochromatic Colors of #4FA97E
Black with #4FA97E
Text Example
Text Example
White with #4FA97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA97E; }
p { color: rgb(79,169,126); }
H1.HeaderClassName
{
color: #4FA97E;
}
.AnyTagClassName
{
color: #4FA97E;
}
</style>
background-color css
<style>
a { background-color: #4FA97E; }
a { background-color: rgb(79,169,126); }
div.DivClassName
{
background-color: #4FA97E;
}
.BgClassName
{
background-color: #4FA97E;
}
</style>
border-color css
<style>
span { border-color: #4FA97E; }
span { border-color: rgb(79,169,126); }
td.TdClassName
{
border-color: #4FA97E;
}
.TagClassName
{
border-color: #4FA97E;
}
</style>