Html Css Color HEX #4AAF5A Fruit Salad

📋 copy color: '#4AAF5A'

red 74 ◦ green 175 ◦ blue 90

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

Shades of Fruit Salad #4AAF5A

Tints of Fruit Salad #4AAF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.62%

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 21.83%
G = 51.62%
B = 26.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#4AAF5A (or 0x4AAF5A) is known color: Fruit Salad. HEX triplet: 4A, AF and 5A. RGB value is (74,175,90). Sum of RGB (Red+Green+Blue) = 74+175+90=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAF5A is #B550A5. Grayscale: #878787. Windows color (decimal): -11882662 or 5943114. OLE color: 5943114.

HSL color Cylindrical-coordinate representation of color #4AAF5A: hue angle of 129.5º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF5A is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 175 90 -
CMYK 0.58 0 0.49 0.31
HSL 129.5º 0.41% 0.49% -
HSV(B) 129.5º 0.58% 0.69% -
XYZ 20 32.85 14.96 -
YUV 135.11 102.54 84.41 -
System Red Green Blue C M Y K H S L
Decimal 74 175 90 0.58 0 0.49 0.31 129.5 0.41 0.49
Hex 4A AF 5A 3A 0 31 1F 82 29 31
Octal 112 257 132 72 0 61 37 202 51 61
Binary 1001010 10101111 1011010 111010 0 110001 11111 10000010 101001 110001

Color Harmonies of #4AAF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAF5A

Black with #4AAF5A

Text Example


Text Example

White with #4AAF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,175,90); }

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

background-color css

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

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

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

border-color css

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

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

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