#5A9C5C

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

Shades of Fruit Salad #5A9C5C

Tints of Fruit Salad #5A9C5C

Color information

#5A9C5C (or 0x5A9C5C) is unknown color: approx Fruit Salad. HEX triplet: 5A, 9C and 5C. RGB value is (90,156,92). Sum of RGB (Red+Green+Blue) = 90+156+92=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C5C is #A563A3. Grayscale: #818181. Windows color (decimal): -10838948 or 6069338. OLE color: 6069338.

HSL color Cylindrical-coordinate representation of color #5A9C5C: hue angle of 121.82º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9C5C is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB9015692-
CMYK0.4200.410.39
HSL121.82º26.83%48.24%-
HSV(B)121.82º42.31%61.18%-
XYZ18.0426.7214.33-
YUV128.97107.13100.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.63%
GREEN value IS 156 (61.33% from 255) = 46.15%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=26.63%
G=46.15%
B=27.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90156920.4200.410.39121.8226.8348.24
Hex5A9C5C2A029277a1b30
Octal13223413452051471723360
Binary10110101001110010111001010100101001100111111101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,156,92); }

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

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

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

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

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

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

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