Shades of Fruit Salad #4AC24A
Tints of Fruit Salad #4AC24A
RGB
CMYK
RGB Variations
Color information
#4AC24A (or 0x4AC24A) is known color: Fruit Salad. HEX triplet: 4A, C2 and 4A. RGB value is (74,194,74). Sum of RGB (Red+Green+Blue) = 74+194+74=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC24A is #B53DB5. Grayscale: #909090. Windows color (decimal): -11877814 or 4899402. OLE color: 4899402.
HSL color Cylindrical-coordinate representation of color #4AC24A: hue angle of 120º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC24A is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 74 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.24 |
| HSL | 120º | 0.5% | 0.53% | - |
| HSV(B) | 120º | 0.62% | 0.76% | - |
| XYZ | 23.35 | 40.53 | 13.07 | - |
| YUV | 144.44 | 88.24 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 74 | 0.62 | 0 | 0.62 | 0.24 | 120 | 0.5 | 0.53 |
| Hex | 4A | C2 | 4A | 3E | 0 | 3E | 18 | 78 | 32 | 35 |
| Octal | 112 | 302 | 112 | 76 | 0 | 76 | 30 | 170 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1001010 | 111110 | 0 | 111110 | 11000 | 1111000 | 110010 | 110101 |
Color Harmonies of #4AC24A
Complementary color
Monochromatic Colors of #4AC24A
Black with #4AC24A
Text Example
Text Example
White with #4AC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC24A; }
p { color: rgb(74,194,74); }
H1.HeaderClassName
{
color: #4AC24A;
}
.AnyTagClassName
{
color: #4AC24A;
}
</style>
background-color css
<style>
a { background-color: #4AC24A; }
a { background-color: rgb(74,194,74); }
div.DivClassName
{
background-color: #4AC24A;
}
.BgClassName
{
background-color: #4AC24A;
}
</style>
border-color css
<style>
span { border-color: #4AC24A; }
span { border-color: rgb(74,194,74); }
td.TdClassName
{
border-color: #4AC24A;
}
.TagClassName
{
border-color: #4AC24A;
}
</style>