#59A85A

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

Shades of Fruit Salad #59A85A

Tints of Fruit Salad #59A85A

Color information

#59A85A (or 0x59A85A) is unknown color: approx Fruit Salad. HEX triplet: 59, A8 and 5A. RGB value is (89,168,90). Sum of RGB (Red+Green+Blue) = 89+168+90=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #59A85A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A85A is #A657A5. Grayscale: #878787. Windows color (decimal): -10901414 or 5941337. OLE color: 5941337.

HSL color Cylindrical-coordinate representation of color #59A85A: hue angle of 120.76º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A85A is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB8916890-
CMYK0.4700.460.34
HSL120.76º31.23%50.39%-
HSV(B)120.76º47.02%65.88%-
XYZ19.9730.8714.58-
YUV135.49102.3394.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 168 (66.02% from 255) = 48.41%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=25.65%
G=48.41%
B=25.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal89168900.4700.460.34120.7631.2350.39
Hex59A85A2F02E22791f32
Octal13125013257056421713762
Binary10110011010100010110101011110101110100010111100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,168,90); }

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

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

 a { background-color: rgb(89,168,90); }

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

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

 span { border-color: rgb(89,168,90); }

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