Html Css Color HEX #5AAA5D Fruit Salad

📋 copy color: '#5AAA5D'

red 90 ◦ green 170 ◦ blue 93

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

Shades of Fruit Salad #5AAA5D

Tints of Fruit Salad #5AAA5D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.16%

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 25.5%
G = 48.16%
B = 26.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#5AAA5D (or 0x5AAA5D) is known color: Fruit Salad. HEX triplet: 5A, AA and 5D. RGB value is (90,170,93). Sum of RGB (Red+Green+Blue) = 90+170+93=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA5D is #A555A2. Grayscale: #898989. Windows color (decimal): -10835363 or 6138458. OLE color: 6138458.

HSL color Cylindrical-coordinate representation of color #5AAA5D: hue angle of 122.25º degrees, saturation: 0.32, 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 #5AAA5D is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 170 93 -
CMYK 0.47 0 0.45 0.33
HSL 122.25º 0.32% 0.51% -
HSV(B) 122.25º 0.47% 0.67% -
XYZ 20.57 31.71 15.39 -
YUV 137.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 90 170 93 0.47 0 0.45 0.33 122.25 0.32 0.51
Hex 5A AA 5D 2F 0 2D 21 7A 20 33
Octal 132 252 135 57 0 55 41 172 40 63
Binary 1011010 10101010 1011101 101111 0 101101 100001 1111010 100000 110011

Color Harmonies of #5AAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA5D

Black with #5AAA5D

Text Example


Text Example

White with #5AAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,170,93); }

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

background-color css

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

 a { background-color: rgb(90,170,93); }

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

border-color css

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

 span { border-color: rgb(90,170,93); }

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