#5CAA5C

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

Shades of Fruit Salad #5CAA5C

Tints of Fruit Salad #5CAA5C

Color information

#5CAA5C (or 0x5CAA5C) is unknown color: approx Fruit Salad. HEX triplet: 5C, AA and 5C. RGB value is (92,170,92). Sum of RGB (Red+Green+Blue) = 92+170+92=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA5C is #A355A3. Grayscale: #8A8A8A. Windows color (decimal): -10704292 or 6072924. OLE color: 6072924.

HSL color Cylindrical-coordinate representation of color #5CAA5C: hue angle of 120º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA5C is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB9217092-
CMYK0.4600.460.33
HSL120º31.45%51.37%-
HSV(B)120º45.88%66.67%-
XYZ20.7231.815.17-
YUV137.79102.1695.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.99%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=25.99%
G=48.02%
B=25.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92170920.4600.460.3312031.4551.37
Hex5CAA5C2E02E21781f33
Octal13425213456056411703763
Binary10111001010101010111001011100101110100001111100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,92); }

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

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

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

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

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

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

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