Html Css Color HEX #5AB159 Fruit Salad

📋 copy color: '#5AB159'

red 90 ◦ green 177 ◦ blue 89

#5AB159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #5AB159

Tints of Fruit Salad #5AB159

RGB

 RED value IS 90 (35.55% from 255) = 25.28%

 GREEN value IS 177 (69.53% from 255) = 49.72%

 BLUE value IS 89 (35.16% from 255) = 25%

R = 25.28%
G = 49.72%
B = 25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#5AB159 (or 0x5AB159) is known color: Fruit Salad. HEX triplet: 5A, B1 and 59. RGB value is (90,177,89). Sum of RGB (Red+Green+Blue) = 90+177+89=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB159 is #A54EA6. Grayscale: #8D8D8D. Windows color (decimal): -10833575 or 5878106. OLE color: 5878106.

HSL color Cylindrical-coordinate representation of color #5AB159: hue angle of 119.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB159 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 177 89 -
CMYK 0.49 0 0.50 0.31
HSL 119.32º 0.36% 0.52% -
HSV(B) 119.32º 0.5% 0.69% -
XYZ 21.74 34.34 14.93 -
YUV 140.96 98.68 91.66 -
System Red Green Blue C M Y K H S L
Decimal 90 177 89 0.49 0 0.50 0.31 119.32 0.36 0.52
Hex 5A B1 59 31 0 32 1F 77 24 34
Octal 132 261 131 61 0 62 37 167 44 64
Binary 1011010 10110001 1011001 110001 0 110010 11111 1110111 100100 110100

Color Harmonies of #5AB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB159

Black with #5AB159

Text Example


Text Example

White with #5AB159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,177,89); }

 H1.HeaderClassName
 {
   color: #5AB159;
 }
 .AnyTagClassName
 {
   color: #5AB159;
 }
</style>

background-color css

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

 a { background-color: rgb(90,177,89); }

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

border-color css

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

 span { border-color: rgb(90,177,89); }

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