#5A961E

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

Shades of Limeade #5A961E

Tints of Limeade #5A961E

Color information

#5A961E (or 0x5A961E) is unknown color: approx Limeade. HEX triplet: 5A, 96 and 1E. RGB value is (90,150,30). Sum of RGB (Red+Green+Blue) = 90+150+30=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #5A961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A961E is #A569E1. Grayscale: #767676. Windows color (decimal): -10840546 or 2004570. OLE color: 2004570.

HSL color Cylindrical-coordinate representation of color #5A961E: hue angle of 90º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A961E is Cyan = 0.4, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB9015030-
CMYK0.400.800.41
HSL90º66.67%35.29%-
HSV(B)90º80%58.82%-
XYZ15.3624.085.07-
YUV118.3878.12107.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 55.56%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=33.33%
G=55.56%
B=11.11%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90150300.400.800.419066.6735.29
Hex5A961E28050295a4323
Octal132226365001205113210343
Binary101101010010110111101010000101000010100110110101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,150,30); }

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

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

 a { background-color: rgb(90,150,30); }

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

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

 span { border-color: rgb(90,150,30); }

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