#5CA159

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

Shades of Fruit Salad #5CA159

Tints of Fruit Salad #5CA159

Color information

#5CA159 (or 0x5CA159) is unknown color: approx Fruit Salad. HEX triplet: 5C, A1 and 59. RGB value is (92,161,89). Sum of RGB (Red+Green+Blue) = 92+161+89=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA159 is #A35EA6. Grayscale: #848484. Windows color (decimal): -10706599 or 5874012. OLE color: 5874012.

HSL color Cylindrical-coordinate representation of color #5CA159: hue angle of 117.5º 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 #5CA159 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB9216189-
CMYK0.4300.450.37
HSL117.5º28.8%49.02%-
HSV(B)117.5º44.72%63.14%-
XYZ18.9628.4913.95-
YUV132.16103.6499.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.90%
GREEN value IS 161 (63.28% from 255) = 47.08%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=26.90%
G=47.08%
B=26.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal92161890.4300.450.37117.528.849.02
Hex5CA1592B02D25761d31
Octal13424113153055451663561
Binary10111001010000110110011010110101101100101111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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