Html Css Color HEX #5AAA2A Limeade

📋 copy color: '#5AAA2A'

red 90 ◦ green 170 ◦ blue 42

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

Shades of Limeade #5AAA2A

Tints of Limeade #5AAA2A

RGB

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

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

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

R = 29.8%
G = 56.29%
B = 13.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#5AAA2A (or 0x5AAA2A) is known color: Limeade. HEX triplet: 5A, AA and 2A. RGB value is (90,170,42). Sum of RGB (Red+Green+Blue) = 90+170+42=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA2A is #A555D5. Grayscale: #838383. Windows color (decimal): -10835414 or 2796122. OLE color: 2796122.

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

Color convert

RGB 90 170 42 -
CMYK 0.47 0 0.75 0.33
HSL 97.5º 0.6% 0.42% -
HSV(B) 97.5º 0.75% 0.67% -
XYZ 19.01 31.09 7.19 -
YUV 131.49 77.5 98.41 -
System Red Green Blue C M Y K H S L
Decimal 90 170 42 0.47 0 0.75 0.33 97.5 0.6 0.42
Hex 5A AA 2A 2F 0 4B 21 62 3C 2A
Octal 132 252 52 57 0 113 41 142 74 52
Binary 1011010 10101010 101010 101111 0 1001011 100001 1100010 111100 101010

Color Harmonies of #5AAA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA2A

Black with #5AAA2A

Text Example


Text Example

White with #5AAA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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