#58A14E

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

Shades of Fruit Salad #58A14E

Tints of Fruit Salad #58A14E

Color information

#58A14E (or 0x58A14E) is unknown color: approx Fruit Salad. HEX triplet: 58, A1 and 4E. RGB value is (88,161,78). Sum of RGB (Red+Green+Blue) = 88+161+78=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #58A14E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A14E is #A75EB1. Grayscale: #818181. Windows color (decimal): -10968754 or 5153112. OLE color: 5153112.

HSL color Cylindrical-coordinate representation of color #58A14E: hue angle of 112.77º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58A14E is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB8816178-
CMYK0.4500.520.37
HSL112.77º34.73%46.86%-
HSV(B)112.77º51.55%63.14%-
XYZ18.1428.1111.68-
YUV129.7198.8298.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 161 (63.28% from 255) = 49.24%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=26.91%
G=49.24%
B=23.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal88161780.4500.520.37112.7734.7346.86
Hex58A14E2D0342571232f
Octal13024111655064451614357
Binary101100010100001100111010110101101001001011110001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,161,78); }

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

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

 a { background-color: rgb(88,161,78); }

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

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

 span { border-color: rgb(88,161,78); }

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