#59A15F

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

Shades of Fruit Salad #59A15F

Tints of Fruit Salad #59A15F

Color information

#59A15F (or 0x59A15F) is unknown color: approx Fruit Salad. HEX triplet: 59, A1 and 5F. RGB value is (89,161,95). Sum of RGB (Red+Green+Blue) = 89+161+95=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #59A15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A15F is #A65EA0. Grayscale: #848484. Windows color (decimal): -10903201 or 6267225. OLE color: 6267225.

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

Color convert

RGB8916195-
CMYK0.4500.410.37
HSL125º28.8%49.02%-
HSV(B)125º44.72%63.14%-
XYZ18.9328.4415.32-
YUV131.95107.1597.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 161 (63.28% from 255) = 46.67%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=25.80%
G=46.67%
B=27.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal89161950.4500.410.3712528.849.02
Hex59A15F2D029257d1d31
Octal13124113755051451753561
Binary10110011010000110111111011010101001100101111110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A15F; }

 p { color: rgb(89,161,95); }

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

<style>
 a { background-color: #59A15F; }

 a { background-color: rgb(89,161,95); }

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

<style>
 span { border-color: #59A15F; }

 span { border-color: rgb(89,161,95); }

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