Html Css Color HEX #5AAA32 Limeade

📋 copy color: '#5AAA32'

red 90 ◦ green 170 ◦ blue 50

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

Shades of Limeade #5AAA32

Tints of Limeade #5AAA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 29.03%
G = 54.84%
B = 16.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#5AAA32 (or 0x5AAA32) is known color: Limeade. HEX triplet: 5A, AA and 32. RGB value is (90,170,50). Sum of RGB (Red+Green+Blue) = 90+170+50=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA32 is #A555CD. Grayscale: #848484. Windows color (decimal): -10835406 or 3320410. OLE color: 3320410.

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

Color convert

RGB 90 170 50 -
CMYK 0.47 0 0.71 0.33
HSL 100º 0.55% 0.43% -
HSV(B) 100º 0.71% 0.67% -
XYZ 19.17 31.15 8.02 -
YUV 132.4 81.5 97.76 -
System Red Green Blue C M Y K H S L
Decimal 90 170 50 0.47 0 0.71 0.33 100 0.55 0.43
Hex 5A AA 32 2F 0 47 21 64 37 2B
Octal 132 252 62 57 0 107 41 144 67 53
Binary 1011010 10101010 110010 101111 0 1000111 100001 1100100 110111 101011

Color Harmonies of #5AAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA32

Black with #5AAA32

Text Example


Text Example

White with #5AAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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