Shades of Fruit Salad #4AAA46
Tints of Fruit Salad #4AAA46
RGB
CMYK
RGB Variations
Color information
#4AAA46 (or 0x4AAA46) is known color: Fruit Salad. HEX triplet: 4A, AA and 46. RGB value is (74,170,70). Sum of RGB (Red+Green+Blue) = 74+170+70=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA46 is #B555B9. Grayscale: #828282. Windows color (decimal): -11883962 or 4631114. OLE color: 4631114.
HSL color Cylindrical-coordinate representation of color #4AAA46: hue angle of 117.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AAA46 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 70 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.33 |
| HSL | 117.6º | 0.42% | 0.47% | - |
| HSV(B) | 117.6º | 0.59% | 0.67% | - |
| XYZ | 18.3 | 30.65 | 10.75 | - |
| YUV | 129.9 | 94.2 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 70 | 0.56 | 0 | 0.59 | 0.33 | 117.6 | 0.42 | 0.47 |
| Hex | 4A | AA | 46 | 38 | 0 | 3B | 21 | 76 | 2A | 2F |
| Octal | 112 | 252 | 106 | 70 | 0 | 73 | 41 | 166 | 52 | 57 |
| Binary | 1001010 | 10101010 | 1000110 | 111000 | 0 | 111011 | 100001 | 1110110 | 101010 | 101111 |
Color Harmonies of #4AAA46
Complementary color
Monochromatic Colors of #4AAA46
Black with #4AAA46
Text Example
Text Example
White with #4AAA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA46; }
p { color: rgb(74,170,70); }
H1.HeaderClassName
{
color: #4AAA46;
}
.AnyTagClassName
{
color: #4AAA46;
}
</style>
background-color css
<style>
a { background-color: #4AAA46; }
a { background-color: rgb(74,170,70); }
div.DivClassName
{
background-color: #4AAA46;
}
.BgClassName
{
background-color: #4AAA46;
}
</style>
border-color css
<style>
span { border-color: #4AAA46; }
span { border-color: rgb(74,170,70); }
td.TdClassName
{
border-color: #4AAA46;
}
.TagClassName
{
border-color: #4AAA46;
}
</style>