#5AA34F

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

Shades of Fruit Salad #5AA34F

Tints of Fruit Salad #5AA34F

Color information

#5AA34F (or 0x5AA34F) is unknown color: approx Fruit Salad. HEX triplet: 5A, A3 and 4F. RGB value is (90,163,79). Sum of RGB (Red+Green+Blue) = 90+163+79=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA34F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA34F is #A55CB0. Grayscale: #838383. Windows color (decimal): -10837169 or 5219162. OLE color: 5219162.

HSL color Cylindrical-coordinate representation of color #5AA34F: hue angle of 112.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AA34F is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB9016379-
CMYK0.4500.520.36
HSL112.14º34.71%47.45%-
HSV(B)112.14º51.53%63.92%-
XYZ18.7228.9311.99-
YUV131.698.3298.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 163 (64.06% from 255) = 49.10%
BLUE value IS 79 (31.25% from 255) = 23.80%
R=27.11%
G=49.10%
B=23.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163790.4500.520.36112.1434.7147.45
Hex5AA34F2D0342470232f
Octal13224311755064441604357
Binary101101010100011100111110110101101001001001110000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,163,79); }

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

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

 a { background-color: rgb(90,163,79); }

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

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

 span { border-color: rgb(90,163,79); }

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