Html Css Color HEX #5AA820 Limeade

📋 copy color: '#5AA820'

red 90 ◦ green 168 ◦ blue 32

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

Shades of Limeade #5AA820

Tints of Limeade #5AA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 57.93%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 31.03%
G = 57.93%
B = 11.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#5AA820 (or 0x5AA820) is known color: Limeade. HEX triplet: 5A, A8 and 20. RGB value is (90,168,32). Sum of RGB (Red+Green+Blue) = 90+168+32=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA820 is #A557DF. Grayscale: #818181. Windows color (decimal): -10835936 or 2140250. OLE color: 2140250.

HSL color Cylindrical-coordinate representation of color #5AA820: hue angle of 94.41º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5AA820 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 168 32 -
CMYK 0.46 0 0.81 0.34
HSL 94.41º 0.68% 0.39% -
HSV(B) 94.41º 0.81% 0.66% -
XYZ 18.48 30.28 6.24 -
YUV 129.17 73.16 100.06 -
System Red Green Blue C M Y K H S L
Decimal 90 168 32 0.46 0 0.81 0.34 94.41 0.68 0.39
Hex 5A A8 20 2E 0 51 22 5E 44 27
Octal 132 250 40 56 0 121 42 136 104 47
Binary 1011010 10101000 100000 101110 0 1010001 100010 1011110 1000100 100111

Color Harmonies of #5AA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA820

Black with #5AA820

Text Example


Text Example

White with #5AA820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,168,32); }

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

background-color css

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

 a { background-color: rgb(90,168,32); }

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

border-color css

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

 span { border-color: rgb(90,168,32); }

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