Shades of Ocean Green #4AA269
Tints of Ocean Green #4AA269
RGB
CMYK
RGB Variations
Color information
#4AA269 (or 0x4AA269) is known color: Ocean Green. HEX triplet: 4A, A2 and 69. RGB value is (74,162,105). Sum of RGB (Red+Green+Blue) = 74+162+105=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA269 is #B55D96. Grayscale: #818181. Windows color (decimal): -11885975 or 6922826. OLE color: 6922826.
HSL color Cylindrical-coordinate representation of color #4AA269: hue angle of 141.14º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA269 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 105 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.36 |
| HSL | 141.14º | 0.37% | 0.46% | - |
| HSV(B) | 141.14º | 0.54% | 0.64% | - |
| XYZ | 18.29 | 28.32 | 17.87 | - |
| YUV | 129.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 105 | 0.54 | 0 | 0.35 | 0.36 | 141.14 | 0.37 | 0.46 |
| Hex | 4A | A2 | 69 | 36 | 0 | 23 | 24 | 8D | 25 | 2E |
| Octal | 112 | 242 | 151 | 66 | 0 | 43 | 44 | 215 | 45 | 56 |
| Binary | 1001010 | 10100010 | 1101001 | 110110 | 0 | 100011 | 100100 | 10001101 | 100101 | 101110 |
Color Harmonies of #4AA269
Complementary color
Monochromatic Colors of #4AA269
Black with #4AA269
Text Example
Text Example
White with #4AA269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA269; }
p { color: rgb(74,162,105); }
H1.HeaderClassName
{
color: #4AA269;
}
.AnyTagClassName
{
color: #4AA269;
}
</style>
background-color css
<style>
a { background-color: #4AA269; }
a { background-color: rgb(74,162,105); }
div.DivClassName
{
background-color: #4AA269;
}
.BgClassName
{
background-color: #4AA269;
}
</style>
border-color css
<style>
span { border-color: #4AA269; }
span { border-color: rgb(74,162,105); }
td.TdClassName
{
border-color: #4AA269;
}
.TagClassName
{
border-color: #4AA269;
}
</style>