#5A9F5F

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

Shades of Fruit Salad #5A9F5F

Tints of Fruit Salad #5A9F5F

Color information

#5A9F5F (or 0x5A9F5F) is unknown color: approx Fruit Salad. HEX triplet: 5A, 9F and 5F. RGB value is (90,159,95). Sum of RGB (Red+Green+Blue) = 90+159+95=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #5A9F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9F5F is #A560A0. Grayscale: #838383. Windows color (decimal): -10838177 or 6266714. OLE color: 6266714.

HSL color Cylindrical-coordinate representation of color #5A9F5F: hue angle of 124.35º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9F5F is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB9015995-
CMYK0.4300.400.38
HSL124.35º27.71%48.82%-
HSV(B)124.35º43.4%62.35%-
XYZ18.6827.815.21-
YUV131.07107.6498.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=26.16%
G=46.22%
B=27.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90159950.4300.400.38124.3527.7148.82
Hex5A9F5F2B028267c1c31
Octal13223713753050461743461
Binary10110101001111110111111010110101000100110111110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,159,95); }

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

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

 a { background-color: rgb(90,159,95); }

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

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

 span { border-color: rgb(90,159,95); }

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