Html Css Color HEX #5AAC5D Fruit Salad

📋 copy color: '#5AAC5D'

red 90 ◦ green 172 ◦ blue 93

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

Shades of Fruit Salad #5AAC5D

Tints of Fruit Salad #5AAC5D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.45%

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

R = 25.35%
G = 48.45%
B = 26.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#5AAC5D (or 0x5AAC5D) is known color: Fruit Salad. HEX triplet: 5A, AC and 5D. RGB value is (90,172,93). Sum of RGB (Red+Green+Blue) = 90+172+93=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC5D is #A553A2. Grayscale: #8A8A8A. Windows color (decimal): -10834851 or 6138970. OLE color: 6138970.

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

Color convert

RGB 90 172 93 -
CMYK 0.48 0 0.46 0.33
HSL 122.2º 0.33% 0.51% -
HSV(B) 122.2º 0.48% 0.67% -
XYZ 20.94 32.47 15.52 -
YUV 138.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 90 172 93 0.48 0 0.46 0.33 122.2 0.33 0.51
Hex 5A AC 5D 30 0 2E 21 7A 21 33
Octal 132 254 135 60 0 56 41 172 41 63
Binary 1011010 10101100 1011101 110000 0 101110 100001 1111010 100001 110011

Color Harmonies of #5AAC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAC5D

Black with #5AAC5D

Text Example


Text Example

White with #5AAC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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