Shades of Fruit Salad #4AAC4A
Tints of Fruit Salad #4AAC4A
RGB
CMYK
RGB Variations
Color information
#4AAC4A (or 0x4AAC4A) is known color: Fruit Salad. HEX triplet: 4A, AC and 4A. RGB value is (74,172,74). Sum of RGB (Red+Green+Blue) = 74+172+74=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAC4A is #B553B5. Grayscale: #838383. Windows color (decimal): -11883446 or 4893770. OLE color: 4893770.
HSL color Cylindrical-coordinate representation of color #4AAC4A: hue angle of 120º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAC4A is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 172 | 74 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.33 |
| HSL | 120º | 0.4% | 0.48% | - |
| HSV(B) | 120º | 0.57% | 0.67% | - |
| XYZ | 18.81 | 31.46 | 11.56 | - |
| YUV | 131.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 74 | 0.57 | 0 | 0.57 | 0.33 | 120 | 0.4 | 0.48 |
| Hex | 4A | AC | 4A | 39 | 0 | 39 | 21 | 78 | 28 | 30 |
| Octal | 112 | 254 | 112 | 71 | 0 | 71 | 41 | 170 | 50 | 60 |
| Binary | 1001010 | 10101100 | 1001010 | 111001 | 0 | 111001 | 100001 | 1111000 | 101000 | 110000 |
Color Harmonies of #4AAC4A
Complementary color
Monochromatic Colors of #4AAC4A
Black with #4AAC4A
Text Example
Text Example
White with #4AAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAC4A; }
p { color: rgb(74,172,74); }
H1.HeaderClassName
{
color: #4AAC4A;
}
.AnyTagClassName
{
color: #4AAC4A;
}
</style>
background-color css
<style>
a { background-color: #4AAC4A; }
a { background-color: rgb(74,172,74); }
div.DivClassName
{
background-color: #4AAC4A;
}
.BgClassName
{
background-color: #4AAC4A;
}
</style>
border-color css
<style>
span { border-color: #4AAC4A; }
span { border-color: rgb(74,172,74); }
td.TdClassName
{
border-color: #4AAC4A;
}
.TagClassName
{
border-color: #4AAC4A;
}
</style>