#5A941C

Color #5A941C Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5A941C

Tints of Limeade #5A941C

Color information

#5A941C (or 0x5A941C) is unknown color: approx Limeade. HEX triplet: 5A, 94 and 1C. RGB value is (90,148,28). Sum of RGB (Red+Green+Blue) = 90+148+28=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #5A941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A941C is #A56BE3. Grayscale: #757575. Windows color (decimal): -10841060 or 1872986. OLE color: 1872986.

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

Color convert

RGB9014828-
CMYK0.3900.810.42
HSL89º68.18%34.51%-
HSV(B)89º81.08%58.04%-
XYZ15.0223.444.83-
YUV116.9877.78108.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.83%
GREEN value IS 148 (58.20% from 255) = 55.64%
BLUE value IS 28 (11.33% from 255) = 10.53%
R=33.83%
G=55.64%
B=10.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90148280.3900.810.428968.1834.51
Hex5A941C270512A594423
Octal132224344701215213110443
Binary101101010010100111001001110101000110101010110011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A941C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,148,28); }

 H1.HeaderClassName
 {
   color: #5A941C;
 }
 .AnyTagClassName
 {
   color: #5A941C;
 }
</style>
background-color css

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

 a { background-color: rgb(90,148,28); }

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

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

 span { border-color: rgb(90,148,28); }

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