#5EAC5A

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

Shades of Fruit Salad #5EAC5A

Tints of Fruit Salad #5EAC5A

Color information

#5EAC5A (or 0x5EAC5A) is unknown color: approx Fruit Salad. HEX triplet: 5E, AC and 5A. RGB value is (94,172,90). Sum of RGB (Red+Green+Blue) = 94+172+90=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC5A is #A153A5. Grayscale: #8B8B8B. Windows color (decimal): -10572710 or 5942366. OLE color: 5942366.

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

Color convert

RGB9417290-
CMYK0.4500.480.33
HSL117.07º33.06%51.37%-
HSV(B)117.07º47.67%67.45%-
XYZ21.2132.6214.85-
YUV139.33100.1695.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.40%
GREEN value IS 172 (67.58% from 255) = 48.31%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=26.40%
G=48.31%
B=25.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94172900.4500.480.33117.0733.0651.37
Hex5EAC5A2D03021752133
Octal13625413255060411654163
Binary101111010101100101101010110101100001000011110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,172,90); }

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

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

 a { background-color: rgb(94,172,90); }

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

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

 span { border-color: rgb(94,172,90); }

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