#5FAA5A

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

Shades of Fruit Salad #5FAA5A

Tints of Fruit Salad #5FAA5A

Color information

#5FAA5A (or 0x5FAA5A) is unknown color: approx Fruit Salad. HEX triplet: 5F, AA and 5A. RGB value is (95,170,90). Sum of RGB (Red+Green+Blue) = 95+170+90=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA5A is #A055A5. Grayscale: #8A8A8A. Windows color (decimal): -10507686 or 5941855. OLE color: 5941855.

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

Color convert

RGB9517090-
CMYK0.4400.470.33
HSL116.25º32%50.98%-
HSV(B)116.25º47.06%66.67%-
XYZ20.9431.9214.73-
YUV138.45100.6597-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.76%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=26.76%
G=47.89%
B=25.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95170900.4400.470.33116.253250.98
Hex5FAA5A2C02F21742033
Octal13725213254057411644063
Binary101111110101010101101010110001011111000011110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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