Html Css Color HEX #4AA64A Fruit Salad

📋 copy color: '#4AA64A'

red 74 ◦ green 166 ◦ blue 74

#4AA64A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #4AA64A

Tints of Fruit Salad #4AA64A

RGB

 RED value IS 74 (29.3% from 255) = 23.57%

 GREEN value IS 166 (65.23% from 255) = 52.87%

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 23.57%
G = 52.87%
B = 23.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4AA64A (or 0x4AA64A) is known color: Fruit Salad. HEX triplet: 4A, A6 and 4A. RGB value is (74,166,74). Sum of RGB (Red+Green+Blue) = 74+166+74=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA64A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA64A is #B559B5. Grayscale: #808080. Windows color (decimal): -11884982 or 4892234. OLE color: 4892234.

HSL color Cylindrical-coordinate representation of color #4AA64A: hue angle of 120º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA64A is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 166 74 -
CMYK 0.55 0 0.55 0.35
HSL 120º 0.38% 0.47% -
HSV(B) 120º 0.55% 0.65% -
XYZ 17.7 29.22 11.19 -
YUV 128 97.52 89.48 -
System Red Green Blue C M Y K H S L
Decimal 74 166 74 0.55 0 0.55 0.35 120 0.38 0.47
Hex 4A A6 4A 37 0 37 23 78 26 2F
Octal 112 246 112 67 0 67 43 170 46 57
Binary 1001010 10100110 1001010 110111 0 110111 100011 1111000 100110 101111

Color Harmonies of #4AA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA64A

Black with #4AA64A

Text Example


Text Example

White with #4AA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AA64A; }

 p { color: rgb(74,166,74); }

 H1.HeaderClassName
 {
   color: #4AA64A;
 }
 .AnyTagClassName
 {
   color: #4AA64A;
 }
</style>

background-color css

<style>
 a { background-color: #4AA64A; }

 a { background-color: rgb(74,166,74); }

 div.DivClassName
 {
   background-color: #4AA64A;
 }
 .BgClassName
 {
   background-color: #4AA64A;
 }
</style>

border-color css

<style>
 span { border-color: #4AA64A; }

 span { border-color: rgb(74,166,74); }

 td.TdClassName
 {
   border-color: #4AA64A;
 }
 .TagClassName
 {
   border-color: #4AA64A;
 }
</style>