Html Css Color HEX #5AAA1E Limeade

📋 copy color: '#5AAA1E'

red 90 ◦ green 170 ◦ blue 30

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

Shades of Limeade #5AAA1E

Tints of Limeade #5AAA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 31.03%
G = 58.62%
B = 10.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#5AAA1E (or 0x5AAA1E) is known color: Limeade. HEX triplet: 5A, AA and 1E. RGB value is (90,170,30). Sum of RGB (Red+Green+Blue) = 90+170+30=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA1E is #A555E1. Grayscale: #828282. Windows color (decimal): -10835426 or 2009690. OLE color: 2009690.

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

Color convert

RGB 90 170 30 -
CMYK 0.47 0 0.82 0.33
HSL 94.29º 0.7% 0.39% -
HSV(B) 94.29º 0.82% 0.67% -
XYZ 18.83 31.02 6.22 -
YUV 130.12 71.5 99.38 -
System Red Green Blue C M Y K H S L
Decimal 90 170 30 0.47 0 0.82 0.33 94.29 0.7 0.39
Hex 5A AA 1E 2F 0 52 21 5E 46 27
Octal 132 252 36 57 0 122 41 136 106 47
Binary 1011010 10101010 11110 101111 0 1010010 100001 1011110 1000110 100111

Color Harmonies of #5AAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA1E

Black with #5AAA1E

Text Example


Text Example

White with #5AAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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