Html Css Color HEX #4AAA4F Fruit Salad

📋 copy color: '#4AAA4F'

red 74 ◦ green 170 ◦ blue 79

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

Shades of Fruit Salad #4AAA4F

Tints of Fruit Salad #4AAA4F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.63%

 BLUE value IS 79 (31.25% from 255) = 24.46%

R = 22.91%
G = 52.63%
B = 24.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#4AAA4F (or 0x4AAA4F) is known color: Fruit Salad. HEX triplet: 4A, AA and 4F. RGB value is (74,170,79). Sum of RGB (Red+Green+Blue) = 74+170+79=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA4F is #B555B0. Grayscale: #838383. Windows color (decimal): -11883953 or 5220938. OLE color: 5220938.

HSL color Cylindrical-coordinate representation of color #4AAA4F: hue angle of 123.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA4F is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 79 -
CMYK 0.56 0 0.54 0.33
HSL 123.13º 0.39% 0.48% -
HSV(B) 123.13º 0.56% 0.67% -
XYZ 18.61 30.77 12.36 -
YUV 130.92 98.7 87.4 -
System Red Green Blue C M Y K H S L
Decimal 74 170 79 0.56 0 0.54 0.33 123.13 0.39 0.48
Hex 4A AA 4F 38 0 36 21 7B 27 30
Octal 112 252 117 70 0 66 41 173 47 60
Binary 1001010 10101010 1001111 111000 0 110110 100001 1111011 100111 110000

Color Harmonies of #4AAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA4F

Black with #4AAA4F

Text Example


Text Example

White with #4AAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,79); }

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

background-color css

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

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

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

border-color css

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

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

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