Html Css Color HEX #5AA20D Limeade

📋 copy color: '#5AA20D'

red 90 ◦ green 162 ◦ blue 13

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

Shades of Limeade #5AA20D

Tints of Limeade #5AA20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.91%

R = 33.96%
G = 61.13%
B = 4.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#5AA20D (or 0x5AA20D) is known color: Limeade. HEX triplet: 5A, A2 and 0D. RGB value is (90,162,13). Sum of RGB (Red+Green+Blue) = 90+162+13=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA20D is #A55DF2. Grayscale: #7C7C7C. Windows color (decimal): -10837491 or 893530. OLE color: 893530.

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

Color convert

RGB 90 162 13 -
CMYK 0.44 0 0.92 0.36
HSL 88.99º 0.85% 0.34% -
HSV(B) 88.99º 0.92% 0.64% -
XYZ 17.21 28.04 4.89 -
YUV 123.49 65.65 104.12 -
System Red Green Blue C M Y K H S L
Decimal 90 162 13 0.44 0 0.92 0.36 88.99 0.85 0.34
Hex 5A A2 D 2C 0 5C 24 59 55 22
Octal 132 242 15 54 0 134 44 131 125 42
Binary 1011010 10100010 1101 101100 0 1011100 100100 1011001 1010101 100010

Color Harmonies of #5AA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA20D

Black with #5AA20D

Text Example


Text Example

White with #5AA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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