Shades of Fruit Salad #4AAE4C
Tints of Fruit Salad #4AAE4C
RGB
CMYK
RGB Variations
Color information
#4AAE4C (or 0x4AAE4C) is known color: Fruit Salad. HEX triplet: 4A, AE and 4C. RGB value is (74,174,76). Sum of RGB (Red+Green+Blue) = 74+174+76=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAE4C is #B551B3. Grayscale: #858585. Windows color (decimal): -11882932 or 5025354. OLE color: 5025354.
HSL color Cylindrical-coordinate representation of color #4AAE4C: hue angle of 121.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE4C is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 174 | 76 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.32 |
| HSL | 121.2º | 0.4% | 0.49% | - |
| HSV(B) | 121.2º | 0.57% | 0.68% | - |
| XYZ | 19.26 | 32.25 | 12.05 | - |
| YUV | 132.93 | 95.87 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 76 | 0.57 | 0 | 0.56 | 0.32 | 121.2 | 0.4 | 0.49 |
| Hex | 4A | AE | 4C | 39 | 0 | 38 | 20 | 79 | 28 | 31 |
| Octal | 112 | 256 | 114 | 71 | 0 | 70 | 40 | 171 | 50 | 61 |
| Binary | 1001010 | 10101110 | 1001100 | 111001 | 0 | 111000 | 100000 | 1111001 | 101000 | 110001 |
Color Harmonies of #4AAE4C
Complementary color
Monochromatic Colors of #4AAE4C
Black with #4AAE4C
Text Example
Text Example
White with #4AAE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAE4C; }
p { color: rgb(74,174,76); }
H1.HeaderClassName
{
color: #4AAE4C;
}
.AnyTagClassName
{
color: #4AAE4C;
}
</style>
background-color css
<style>
a { background-color: #4AAE4C; }
a { background-color: rgb(74,174,76); }
div.DivClassName
{
background-color: #4AAE4C;
}
.BgClassName
{
background-color: #4AAE4C;
}
</style>
border-color css
<style>
span { border-color: #4AAE4C; }
span { border-color: rgb(74,174,76); }
td.TdClassName
{
border-color: #4AAE4C;
}
.TagClassName
{
border-color: #4AAE4C;
}
</style>