#58ac5a

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

Shades of Fruit Salad #58AC5A

Tints of Fruit Salad #58AC5A

Color information

#58AC5A (or 0x58AC5A) is unknown color: approx Fruit Salad. HEX triplet: 58, AC and 5A. RGB value is (88,172,90). Sum of RGB (Red+Green+Blue) = 88+172+90=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #58AC5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AC5A is #A753A5. Grayscale: #898989. Windows color (decimal): -10965926 or 5942360. OLE color: 5942360.

HSL color Cylindrical-coordinate representation of color #58AC5A: hue angle of 121.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AC5A is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB8817290-
CMYK0.4900.480.33
HSL121.43º33.6%50.98%-
HSV(B)121.43º48.84%67.45%-
XYZ20.6232.3214.82-
YUV137.54101.1792.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 172 (67.58% from 255) = 49.14%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=25.14%
G=49.14%
B=25.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88172900.4900.480.33121.4333.650.98
Hex58AC5A3103021792233
Octal13025413261060411714263
Binary101100010101100101101011000101100001000011111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ac5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58ac5a; }

 p { color: rgb(88,172,90); }

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

<style>
 a { background-color: #58ac5a; }

 a { background-color: rgb(88,172,90); }

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

<style>
 span { border-color: #58ac5a; }

 span { border-color: rgb(88,172,90); }

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