Html Css Color HEX #5AAA58 Fruit Salad

📋 copy color: '#5AAA58'

red 90 ◦ green 170 ◦ blue 88

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

Shades of Fruit Salad #5AAA58

Tints of Fruit Salad #5AAA58

RGB

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

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

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

R = 25.86%
G = 48.85%
B = 25.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#5AAA58 (or 0x5AAA58) is known color: Fruit Salad. HEX triplet: 5A, AA and 58. RGB value is (90,170,88). Sum of RGB (Red+Green+Blue) = 90+170+88=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA58 is #A555A7. Grayscale: #888888. Windows color (decimal): -10835368 or 5810778. OLE color: 5810778.

HSL color Cylindrical-coordinate representation of color #5AAA58: hue angle of 118.54º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAA58 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 170 88 -
CMYK 0.47 0 0.48 0.33
HSL 118.54º 0.33% 0.51% -
HSV(B) 118.54º 0.48% 0.67% -
XYZ 20.35 31.63 14.26 -
YUV 136.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 90 170 88 0.47 0 0.48 0.33 118.54 0.33 0.51
Hex 5A AA 58 2F 0 30 21 77 21 33
Octal 132 252 130 57 0 60 41 167 41 63
Binary 1011010 10101010 1011000 101111 0 110000 100001 1110111 100001 110011

Color Harmonies of #5AAA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA58

Black with #5AAA58

Text Example


Text Example

White with #5AAA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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