#5aa35b

Color #5AA35B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #5AA35B

Tints of Fruit Salad #5AA35B

Color information

#5AA35B (or 0x5AA35B) is unknown color: approx Fruit Salad. HEX triplet: 5A, A3 and 5B. RGB value is (90,163,91). Sum of RGB (Red+Green+Blue) = 90+163+91=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA35B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA35B is #A55CA4. Grayscale: #858585. Windows color (decimal): -10837157 or 6005594. OLE color: 6005594.

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

Color convert

RGB9016391-
CMYK0.4500.440.36
HSL120.82º28.85%49.61%-
HSV(B)120.82º44.79%63.92%-
XYZ19.229.1214.51-
YUV132.96104.3297.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 163 (64.06% from 255) = 47.38%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=26.16%
G=47.38%
B=26.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163910.4500.440.36120.8228.8549.61
Hex5AA35B2D02C24791d32
Octal13224313355054441713562
Binary10110101010001110110111011010101100100100111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5aa35b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,163,91); }

 H1.HeaderClassName
 {
   color: #5aa35b;
 }
 .AnyTagClassName
 {
   color: #5aa35b;
 }
</style>
background-color css

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

 a { background-color: rgb(90,163,91); }

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

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

 span { border-color: rgb(90,163,91); }

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