Html Css Color HEX #5AA20E Limeade

📋 copy color: '#5AA20E'

red 90 ◦ green 162 ◦ blue 14

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

Shades of Limeade #5AA20E

Tints of Limeade #5AA20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 33.83%
G = 60.9%
B = 5.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#5AA20E (or 0x5AA20E) is known color: Limeade. HEX triplet: 5A, A2 and 0E. RGB value is (90,162,14). Sum of RGB (Red+Green+Blue) = 90+162+14=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA20E is #A55DF1. Grayscale: #7C7C7C. Windows color (decimal): -10837490 or 959066. OLE color: 959066.

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

Color convert

RGB 90 162 14 -
CMYK 0.44 0 0.91 0.36
HSL 89.19º 0.84% 0.35% -
HSV(B) 89.19º 0.91% 0.64% -
XYZ 17.22 28.05 4.92 -
YUV 123.6 66.15 104.03 -
System Red Green Blue C M Y K H S L
Decimal 90 162 14 0.44 0 0.91 0.36 89.19 0.84 0.35
Hex 5A A2 E 2C 0 5B 24 59 54 23
Octal 132 242 16 54 0 133 44 131 124 43
Binary 1011010 10100010 1110 101100 0 1011011 100100 1011001 1010100 100011

Color Harmonies of #5AA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA20E

Black with #5AA20E

Text Example


Text Example

White with #5AA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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