Html Css Color HEX #5AAA52 Fruit Salad

📋 copy color: '#5AAA52'

red 90 ◦ green 170 ◦ blue 82

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

Shades of Fruit Salad #5AAA52

Tints of Fruit Salad #5AAA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.98%

R = 26.32%
G = 49.71%
B = 23.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#5AAA52 (or 0x5AAA52) is known color: Fruit Salad. HEX triplet: 5A, AA and 52. RGB value is (90,170,82). Sum of RGB (Red+Green+Blue) = 90+170+82=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA52 is #A555AD. Grayscale: #888888. Windows color (decimal): -10835374 or 5417562. OLE color: 5417562.

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

Color convert

RGB 90 170 82 -
CMYK 0.47 0 0.52 0.33
HSL 114.55º 0.35% 0.49% -
HSV(B) 114.55º 0.52% 0.67% -
XYZ 20.11 31.53 13.01 -
YUV 136.05 97.5 95.16 -
System Red Green Blue C M Y K H S L
Decimal 90 170 82 0.47 0 0.52 0.33 114.55 0.35 0.49
Hex 5A AA 52 2F 0 34 21 73 23 31
Octal 132 252 122 57 0 64 41 163 43 61
Binary 1011010 10101010 1010010 101111 0 110100 100001 1110011 100011 110001

Color Harmonies of #5AAA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA52

Black with #5AAA52

Text Example


Text Example

White with #5AAA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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