#5A9C2E

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

Shades of Limeade #5A9C2E

Tints of Limeade #5A9C2E

Color information

#5A9C2E (or 0x5A9C2E) is unknown color: approx Limeade. HEX triplet: 5A, 9C and 2E. RGB value is (90,156,46). Sum of RGB (Red+Green+Blue) = 90+156+46=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9C2E is #A563D1. Grayscale: #7C7C7C. Windows color (decimal): -10838994 or 3054682. OLE color: 3054682.

HSL color Cylindrical-coordinate representation of color #5A9C2E: hue angle of 96º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A9C2E is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB9015646-
CMYK0.4200.710.39
HSL96º54.46%39.61%-
HSV(B)96º70.51%61.18%-
XYZ16.626.156.76-
YUV123.7384.13103.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.82%
GREEN value IS 156 (61.33% from 255) = 53.42%
BLUE value IS 46 (18.36% from 255) = 15.75%
R=30.82%
G=53.42%
B=15.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90156460.4200.710.399654.4639.61
Hex5A9C2E2A04727603628
Octal13223456520107471406650
Binary101101010011100101110101010010001111001111100000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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