Html Css Color HEX #5AAB5C Fruit Salad

📋 copy color: '#5AAB5C'

red 90 ◦ green 171 ◦ blue 92

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

Shades of Fruit Salad #5AAB5C

Tints of Fruit Salad #5AAB5C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.44%

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 25.5%
G = 48.44%
B = 26.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#5AAB5C (or 0x5AAB5C) is known color: Fruit Salad. HEX triplet: 5A, AB and 5C. RGB value is (90,171,92). Sum of RGB (Red+Green+Blue) = 90+171+92=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB5C is #A554A3. Grayscale: #8A8A8A. Windows color (decimal): -10835108 or 6073178. OLE color: 6073178.

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

Color convert

RGB 90 171 92 -
CMYK 0.47 0 0.46 0.33
HSL 121.48º 0.33% 0.51% -
HSV(B) 121.48º 0.47% 0.67% -
XYZ 20.71 32.07 15.22 -
YUV 137.78 102.16 93.92 -
System Red Green Blue C M Y K H S L
Decimal 90 171 92 0.47 0 0.46 0.33 121.48 0.33 0.51
Hex 5A AB 5C 2F 0 2E 21 79 21 33
Octal 132 253 134 57 0 56 41 171 41 63
Binary 1011010 10101011 1011100 101111 0 101110 100001 1111001 100001 110011

Color Harmonies of #5AAB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAB5C

Black with #5AAB5C

Text Example


Text Example

White with #5AAB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,171,92); }

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

background-color css

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

 a { background-color: rgb(90,171,92); }

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

border-color css

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

 span { border-color: rgb(90,171,92); }

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