#5AA362

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

Shades of Fruit Salad #5AA362

Tints of Fruit Salad #5AA362

Color information

#5AA362 (or 0x5AA362) is unknown color: approx Fruit Salad. HEX triplet: 5A, A3 and 62. RGB value is (90,163,98). Sum of RGB (Red+Green+Blue) = 90+163+98=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA362 is #A55C9D. Grayscale: #858585. Windows color (decimal): -10837150 or 6464346. OLE color: 6464346.

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

Color convert

RGB9016398-
CMYK0.4500.400.36
HSL126.58º28.85%49.61%-
HSV(B)126.58º44.79%63.92%-
XYZ19.5229.2516.17-
YUV133.76107.8296.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 163 (64.06% from 255) = 46.44%
BLUE value IS 98 (38.67% from 255) = 27.92%
R=25.64%
G=46.44%
B=27.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163980.4500.400.36126.5828.8549.61
Hex5AA3622D028247f1d32
Octal13224314255050441773562
Binary10110101010001111000101011010101000100100111111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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