#5A9862

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

Shades of Fruit Salad #5A9862

Tints of Fruit Salad #5A9862

Color information

#5A9862 (or 0x5A9862) is unknown color: approx Fruit Salad. HEX triplet: 5A, 98 and 62. RGB value is (90,152,98). Sum of RGB (Red+Green+Blue) = 90+152+98=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #5A9862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9862 is #A5679D. Grayscale: #7F7F7F. Windows color (decimal): -10839966 or 6461530. OLE color: 6461530.

HSL color Cylindrical-coordinate representation of color #5A9862: hue angle of 127.74º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9862 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB9015298-
CMYK0.4100.360.40
HSL127.74º25.62%47.45%-
HSV(B)127.74º40.79%59.61%-
XYZ17.6525.5115.55-
YUV127.31111.46101.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.47%
GREEN value IS 152 (59.77% from 255) = 44.71%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=26.47%
G=44.71%
B=28.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90152980.4100.360.40127.7425.6247.45
Hex5A98622902428801a2f
Octal13223014251044502003257
Binary101101010011000110001010100101001001010001000000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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