Html Css Color HEX #5AA650 Fruit Salad

📋 copy color: '#5AA650'

red 90 ◦ green 166 ◦ blue 80

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

Shades of Fruit Salad #5AA650

Tints of Fruit Salad #5AA650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.4%

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 26.79%
G = 49.4%
B = 23.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#5AA650 (or 0x5AA650) is known color: Fruit Salad. HEX triplet: 5A, A6 and 50. RGB value is (90,166,80). Sum of RGB (Red+Green+Blue) = 90+166+80=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA650 is #A559AF. Grayscale: #858585. Windows color (decimal): -10836400 or 5285466. OLE color: 5285466.

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

Color convert

RGB 90 166 80 -
CMYK 0.46 0 0.52 0.35
HSL 113.02º 0.35% 0.48% -
HSV(B) 113.02º 0.52% 0.65% -
XYZ 19.3 30.03 12.37 -
YUV 133.47 97.82 96.99 -
System Red Green Blue C M Y K H S L
Decimal 90 166 80 0.46 0 0.52 0.35 113.02 0.35 0.48
Hex 5A A6 50 2E 0 34 23 71 23 30
Octal 132 246 120 56 0 64 43 161 43 60
Binary 1011010 10100110 1010000 101110 0 110100 100011 1110001 100011 110000

Color Harmonies of #5AA650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA650

Black with #5AA650

Text Example


Text Example

White with #5AA650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,166,80); }

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

background-color css

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

 a { background-color: rgb(90,166,80); }

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

border-color css

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

 span { border-color: rgb(90,166,80); }

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