Html Css Color HEX #5AA22A Limeade

📋 copy color: '#5AA22A'

red 90 ◦ green 162 ◦ blue 42

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

Shades of Limeade #5AA22A

Tints of Limeade #5AA22A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.1%

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 30.61%
G = 55.1%
B = 14.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#5AA22A (or 0x5AA22A) is known color: Limeade. HEX triplet: 5A, A2 and 2A. RGB value is (90,162,42). Sum of RGB (Red+Green+Blue) = 90+162+42=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA22A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA22A is #A55DD5. Grayscale: #7F7F7F. Windows color (decimal): -10837462 or 2794074. OLE color: 2794074.

HSL color Cylindrical-coordinate representation of color #5AA22A: hue angle of 96º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5AA22A is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 162 42 -
CMYK 0.44 0 0.74 0.36
HSL 96º 0.59% 0.4% -
HSV(B) 96º 0.74% 0.64% -
XYZ 17.55 28.18 6.7 -
YUV 126.79 80.15 101.76 -
System Red Green Blue C M Y K H S L
Decimal 90 162 42 0.44 0 0.74 0.36 96 0.59 0.4
Hex 5A A2 2A 2C 0 4A 24 60 3B 28
Octal 132 242 52 54 0 112 44 140 73 50
Binary 1011010 10100010 101010 101100 0 1001010 100100 1100000 111011 101000

Color Harmonies of #5AA22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA22A

Black with #5AA22A

Text Example


Text Example

White with #5AA22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,162,42); }

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

background-color css

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

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

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

border-color css

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

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

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