Html Css Color HEX #5AA424 Limeade

📋 copy color: '#5AA424'

red 90 ◦ green 164 ◦ blue 36

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

Shades of Limeade #5AA424

Tints of Limeade #5AA424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.55%

 BLUE value IS 36 (14.45% from 255) = 12.41%

R = 31.03%
G = 56.55%
B = 12.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#5AA424 (or 0x5AA424) is known color: Limeade. HEX triplet: 5A, A4 and 24. RGB value is (90,164,36). Sum of RGB (Red+Green+Blue) = 90+164+36=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA424 is #A55BDB. Grayscale: #7F7F7F. Windows color (decimal): -10836956 or 2401370. OLE color: 2401370.

HSL color Cylindrical-coordinate representation of color #5AA424: hue angle of 94.69º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5AA424 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 164 36 -
CMYK 0.45 0 0.78 0.36
HSL 94.69º 0.64% 0.39% -
HSV(B) 94.69º 0.78% 0.64% -
XYZ 17.81 28.85 6.3 -
YUV 127.28 76.48 101.41 -
System Red Green Blue C M Y K H S L
Decimal 90 164 36 0.45 0 0.78 0.36 94.69 0.64 0.39
Hex 5A A4 24 2D 0 4E 24 5F 40 27
Octal 132 244 44 55 0 116 44 137 100 47
Binary 1011010 10100100 100100 101101 0 1001110 100100 1011111 1000000 100111

Color Harmonies of #5AA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA424

Black with #5AA424

Text Example


Text Example

White with #5AA424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,164,36); }

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

background-color css

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

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

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

border-color css

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

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

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