#5A9E1E

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

Shades of Limeade #5A9E1E

Tints of Limeade #5A9E1E

Color information

#5A9E1E (or 0x5A9E1E) is unknown color: approx Limeade. HEX triplet: 5A, 9E and 1E. RGB value is (90,158,30). Sum of RGB (Red+Green+Blue) = 90+158+30=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 158 (62.11% from 255 or 56.83% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9E1E is #A561E1. Grayscale: #7B7B7B. Windows color (decimal): -10838498 or 2006618. OLE color: 2006618.

HSL color Cylindrical-coordinate representation of color #5A9E1E: hue angle of 91.88º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A9E1E is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB9015830-
CMYK0.4300.810.38
HSL91.88º68.09%36.86%-
HSV(B)91.88º81.01%61.96%-
XYZ16.6826.725.51-
YUV123.0875.47104.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 158 (62.11% from 255) = 56.83%
BLUE value IS 30 (12.11% from 255) = 10.79%
R=32.37%
G=56.83%
B=10.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90158300.4300.810.3891.8868.0936.86
Hex5A9E1E2B051265c4425
Octal132236365301214613410445
Binary101101010011110111101010110101000110011010111001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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