#5AA75F

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

Shades of Fruit Salad #5AA75F

Tints of Fruit Salad #5AA75F

Color information

#5AA75F (or 0x5AA75F) is unknown color: approx Fruit Salad. HEX triplet: 5A, A7 and 5F. RGB value is (90,167,95). Sum of RGB (Red+Green+Blue) = 90+167+95=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA75F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA75F is #A558A0. Grayscale: #878787. Windows color (decimal): -10836129 or 6268762. OLE color: 6268762.

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

Color convert

RGB9016795-
CMYK0.4600.430.35
HSL123.9º30.43%50.39%-
HSV(B)123.9º46.11%65.49%-
XYZ20.130.6415.68-
YUV135.77104.9995.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.57%
GREEN value IS 167 (65.62% from 255) = 47.44%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=25.57%
G=47.44%
B=26.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90167950.4600.430.35123.930.4350.39
Hex5AA75F2E02B237c1e32
Octal13224713756053431743662
Binary10110101010011110111111011100101011100011111110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,167,95); }

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

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

 a { background-color: rgb(90,167,95); }

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

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

 span { border-color: rgb(90,167,95); }

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