Html Css Color HEX #5AAC5A Fruit Salad

📋 copy color: '#5AAC5A'

red 90 ◦ green 172 ◦ blue 90

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

Shades of Fruit Salad #5AAC5A

Tints of Fruit Salad #5AAC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 25.57%
G = 48.86%
B = 25.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#5AAC5A (or 0x5AAC5A) is known color: Fruit Salad. HEX triplet: 5A, AC and 5A. RGB value is (90,172,90). Sum of RGB (Red+Green+Blue) = 90+172+90=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC5A is #A553A5. Grayscale: #8A8A8A. Windows color (decimal): -10834854 or 5942362. OLE color: 5942362.

HSL color Cylindrical-coordinate representation of color #5AAC5A: hue angle of 120º 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 #5AAC5A is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 172 90 -
CMYK 0.48 0 0.48 0.33
HSL 120º 0.33% 0.51% -
HSV(B) 120º 0.48% 0.67% -
XYZ 20.81 32.42 14.83 -
YUV 138.13 100.83 93.67 -
System Red Green Blue C M Y K H S L
Decimal 90 172 90 0.48 0 0.48 0.33 120 0.33 0.51
Hex 5A AC 5A 30 0 30 21 78 21 33
Octal 132 254 132 60 0 60 41 170 41 63
Binary 1011010 10101100 1011010 110000 0 110000 100001 1111000 100001 110011

Color Harmonies of #5AAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAC5A

Black with #5AAC5A

Text Example


Text Example

White with #5AAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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