Shades of Fruit Salad #4AA246
Tints of Fruit Salad #4AA246
RGB
CMYK
RGB Variations
Color information
#4AA246 (or 0x4AA246) is known color: Fruit Salad. HEX triplet: 4A, A2 and 46. RGB value is (74,162,70). Sum of RGB (Red+Green+Blue) = 74+162+70=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA246 is #B55DB9. Grayscale: #7D7D7D. Windows color (decimal): -11886010 or 4629066. OLE color: 4629066.
HSL color Cylindrical-coordinate representation of color #4AA246: hue angle of 117.39º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AA246 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 70 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.36 |
| HSL | 117.39º | 0.4% | 0.45% | - |
| HSV(B) | 117.39º | 0.57% | 0.64% | - |
| XYZ | 16.85 | 27.74 | 10.26 | - |
| YUV | 125.2 | 96.85 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 70 | 0.54 | 0 | 0.57 | 0.36 | 117.39 | 0.4 | 0.45 |
| Hex | 4A | A2 | 46 | 36 | 0 | 39 | 24 | 75 | 28 | 2D |
| Octal | 112 | 242 | 106 | 66 | 0 | 71 | 44 | 165 | 50 | 55 |
| Binary | 1001010 | 10100010 | 1000110 | 110110 | 0 | 111001 | 100100 | 1110101 | 101000 | 101101 |
Color Harmonies of #4AA246
Complementary color
Monochromatic Colors of #4AA246
Black with #4AA246
Text Example
Text Example
White with #4AA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA246; }
p { color: rgb(74,162,70); }
H1.HeaderClassName
{
color: #4AA246;
}
.AnyTagClassName
{
color: #4AA246;
}
</style>
background-color css
<style>
a { background-color: #4AA246; }
a { background-color: rgb(74,162,70); }
div.DivClassName
{
background-color: #4AA246;
}
.BgClassName
{
background-color: #4AA246;
}
</style>
border-color css
<style>
span { border-color: #4AA246; }
span { border-color: rgb(74,162,70); }
td.TdClassName
{
border-color: #4AA246;
}
.TagClassName
{
border-color: #4AA246;
}
</style>