Html Css Color HEX #4AAC55 Fruit Salad

📋 copy color: '#4AAC55'

red 74 ◦ green 172 ◦ blue 85

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

Shades of Fruit Salad #4AAC55

Tints of Fruit Salad #4AAC55

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.96%

 BLUE value IS 85 (33.59% from 255) = 25.68%

R = 22.36%
G = 51.96%
B = 25.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#4AAC55 (or 0x4AAC55) is known color: Fruit Salad. HEX triplet: 4A, AC and 55. RGB value is (74,172,85). Sum of RGB (Red+Green+Blue) = 74+172+85=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAC55 is #B553AA. Grayscale: #858585. Windows color (decimal): -11883435 or 5614666. OLE color: 5614666.

HSL color Cylindrical-coordinate representation of color #4AAC55: hue angle of 126.73º 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 #4AAC55 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 172 85 -
CMYK 0.57 0 0.51 0.33
HSL 126.73º 0.4% 0.48% -
HSV(B) 126.73º 0.57% 0.67% -
XYZ 19.22 31.62 13.68 -
YUV 132.78 101.03 86.07 -
System Red Green Blue C M Y K H S L
Decimal 74 172 85 0.57 0 0.51 0.33 126.73 0.4 0.48
Hex 4A AC 55 39 0 33 21 7F 28 30
Octal 112 254 125 71 0 63 41 177 50 60
Binary 1001010 10101100 1010101 111001 0 110011 100001 1111111 101000 110000

Color Harmonies of #4AAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAC55

Black with #4AAC55

Text Example


Text Example

White with #4AAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,172,85); }

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

background-color css

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

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

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

border-color css

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

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

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