Html Css Color HEX #5AA260 Fruit Salad

📋 copy color: '#5AA260'

red 90 ◦ green 162 ◦ blue 96

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

Shades of Fruit Salad #5AA260

Tints of Fruit Salad #5AA260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.55%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 25.86%
G = 46.55%
B = 27.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#5AA260 (or 0x5AA260) is known color: Fruit Salad. HEX triplet: 5A, A2 and 60. RGB value is (90,162,96). Sum of RGB (Red+Green+Blue) = 90+162+96=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA260 is #A55D9F. Grayscale: #858585. Windows color (decimal): -10837408 or 6333018. OLE color: 6333018.

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

Color convert

RGB 90 162 96 -
CMYK 0.44 0 0.41 0.36
HSL 125º 0.29% 0.49% -
HSV(B) 125º 0.44% 0.64% -
XYZ 19.25 28.86 15.62 -
YUV 132.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 90 162 96 0.44 0 0.41 0.36 125 0.29 0.49
Hex 5A A2 60 2C 0 29 24 7D 1D 31
Octal 132 242 140 54 0 51 44 175 35 61
Binary 1011010 10100010 1100000 101100 0 101001 100100 1111101 11101 110001

Color Harmonies of #5AA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA260

Black with #5AA260

Text Example


Text Example

White with #5AA260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,162,96); }

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

background-color css

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

 a { background-color: rgb(90,162,96); }

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

border-color css

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

 span { border-color: rgb(90,162,96); }

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