Shades of Ocean Green #4FA26D
Tints of Ocean Green #4FA26D
RGB
CMYK
RGB Variations
Color information
#4FA26D (or 0x4FA26D) is known color: Ocean Green. HEX triplet: 4F, A2 and 6D. RGB value is (79,162,109). Sum of RGB (Red+Green+Blue) = 79+162+109=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA26D is #B05D92. Grayscale: #838383. Windows color (decimal): -11558291 or 7184975. OLE color: 7184975.
HSL color Cylindrical-coordinate representation of color #4FA26D: hue angle of 141.69º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA26D is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 162 | 109 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.36 |
| HSL | 141.69º | 0.34% | 0.47% | - |
| HSV(B) | 141.69º | 0.51% | 0.64% | - |
| XYZ | 18.91 | 28.61 | 18.99 | - |
| YUV | 131.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 109 | 0.51 | 0 | 0.33 | 0.36 | 141.69 | 0.34 | 0.47 |
| Hex | 4F | A2 | 6D | 33 | 0 | 21 | 24 | 8E | 22 | 2F |
| Octal | 117 | 242 | 155 | 63 | 0 | 41 | 44 | 216 | 42 | 57 |
| Binary | 1001111 | 10100010 | 1101101 | 110011 | 0 | 100001 | 100100 | 10001110 | 100010 | 101111 |
Color Harmonies of #4FA26D
Complementary color
Monochromatic Colors of #4FA26D
Black with #4FA26D
Text Example
Text Example
White with #4FA26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA26D; }
p { color: rgb(79,162,109); }
H1.HeaderClassName
{
color: #4FA26D;
}
.AnyTagClassName
{
color: #4FA26D;
}
</style>
background-color css
<style>
a { background-color: #4FA26D; }
a { background-color: rgb(79,162,109); }
div.DivClassName
{
background-color: #4FA26D;
}
.BgClassName
{
background-color: #4FA26D;
}
</style>
border-color css
<style>
span { border-color: #4FA26D; }
span { border-color: rgb(79,162,109); }
td.TdClassName
{
border-color: #4FA26D;
}
.TagClassName
{
border-color: #4FA26D;
}
</style>