Html Css Color HEX #5AA554 Fruit Salad

📋 copy color: '#5AA554'

red 90 ◦ green 165 ◦ blue 84

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

Shades of Fruit Salad #5AA554

Tints of Fruit Salad #5AA554

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.67%

 BLUE value IS 84 (33.2% from 255) = 24.78%

R = 26.55%
G = 48.67%
B = 24.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#5AA554 (or 0x5AA554) is known color: Fruit Salad. HEX triplet: 5A, A5 and 54. RGB value is (90,165,84). Sum of RGB (Red+Green+Blue) = 90+165+84=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA554 is #A55AAB. Grayscale: #858585. Windows color (decimal): -10836652 or 5547354. OLE color: 5547354.

HSL color Cylindrical-coordinate representation of color #5AA554: hue angle of 115.56º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AA554 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 165 84 -
CMYK 0.45 0 0.49 0.35
HSL 115.56º 0.33% 0.49% -
HSV(B) 115.56º 0.49% 0.65% -
XYZ 19.27 29.72 13.11 -
YUV 133.34 100.15 97.09 -
System Red Green Blue C M Y K H S L
Decimal 90 165 84 0.45 0 0.49 0.35 115.56 0.33 0.49
Hex 5A A5 54 2D 0 31 23 74 21 31
Octal 132 245 124 55 0 61 43 164 41 61
Binary 1011010 10100101 1010100 101101 0 110001 100011 1110100 100001 110001

Color Harmonies of #5AA554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA554

Black with #5AA554

Text Example


Text Example

White with #5AA554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AA554; }

 p { color: rgb(90,165,84); }

 H1.HeaderClassName
 {
   color: #5AA554;
 }
 .AnyTagClassName
 {
   color: #5AA554;
 }
</style>

background-color css

<style>
 a { background-color: #5AA554; }

 a { background-color: rgb(90,165,84); }

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

border-color css

<style>
 span { border-color: #5AA554; }

 span { border-color: rgb(90,165,84); }

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