Html Css Color HEX #5AAA2E Limeade

📋 copy color: '#5AAA2E'

red 90 ◦ green 170 ◦ blue 46

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

Shades of Limeade #5AAA2E

Tints of Limeade #5AAA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 29.41%
G = 55.56%
B = 15.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#5AAA2E (or 0x5AAA2E) is known color: Limeade. HEX triplet: 5A, AA and 2E. RGB value is (90,170,46). Sum of RGB (Red+Green+Blue) = 90+170+46=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA2E is #A555D1. Grayscale: #848484. Windows color (decimal): -10835410 or 3058266. OLE color: 3058266.

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

Color convert

RGB 90 170 46 -
CMYK 0.47 0 0.73 0.33
HSL 98.71º 0.57% 0.42% -
HSV(B) 98.71º 0.73% 0.67% -
XYZ 19.08 31.12 7.59 -
YUV 131.94 79.5 98.08 -
System Red Green Blue C M Y K H S L
Decimal 90 170 46 0.47 0 0.73 0.33 98.71 0.57 0.42
Hex 5A AA 2E 2F 0 49 21 63 39 2A
Octal 132 252 56 57 0 111 41 143 71 52
Binary 1011010 10101010 101110 101111 0 1001001 100001 1100011 111001 101010

Color Harmonies of #5AAA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA2E

Black with #5AAA2E

Text Example


Text Example

White with #5AAA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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