Html Css Color HEX #5AA458 Fruit Salad

📋 copy color: '#5AA458'

red 90 ◦ green 164 ◦ blue 88

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

Shades of Fruit Salad #5AA458

Tints of Fruit Salad #5AA458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.95%

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 26.32%
G = 47.95%
B = 25.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#5AA458 (or 0x5AA458) is known color: Fruit Salad. HEX triplet: 5A, A4 and 58. RGB value is (90,164,88). Sum of RGB (Red+Green+Blue) = 90+164+88=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA458 is #A55BA7. Grayscale: #858585. Windows color (decimal): -10836904 or 5809242. OLE color: 5809242.

HSL color Cylindrical-coordinate representation of color #5AA458: hue angle of 118.42º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA458 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 164 88 -
CMYK 0.45 0 0.46 0.36
HSL 118.42º 0.3% 0.49% -
HSV(B) 118.42º 0.46% 0.64% -
XYZ 19.25 29.43 13.9 -
YUV 133.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 90 164 88 0.45 0 0.46 0.36 118.42 0.3 0.49
Hex 5A A4 58 2D 0 2E 24 76 1E 31
Octal 132 244 130 55 0 56 44 166 36 61
Binary 1011010 10100100 1011000 101101 0 101110 100100 1110110 11110 110001

Color Harmonies of #5AA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA458

Black with #5AA458

Text Example


Text Example

White with #5AA458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,164,88); }

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

background-color css

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

 a { background-color: rgb(90,164,88); }

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

border-color css

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

 span { border-color: rgb(90,164,88); }

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