#5AAA1B

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

Shades of Limeade #5AAA1B

Tints of Limeade #5AAA1B

Color information

#5AAA1B (or 0x5AAA1B) is unknown color: approx Limeade. HEX triplet: 5A, AA and 1B. RGB value is (90,170,27). Sum of RGB (Red+Green+Blue) = 90+170+27=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA1B is #A555E4. Grayscale: #828282. Windows color (decimal): -10835429 or 1813082. OLE color: 1813082.

HSL color Cylindrical-coordinate representation of color #5AAA1B: hue angle of 93.57º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5AAA1B is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB9017027-
CMYK0.4700.840.33
HSL93.57º72.59%38.63%-
HSV(B)93.57º84.12%66.67%-
XYZ18.79316.03-
YUV129.787099.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.36%
GREEN value IS 170 (66.80% from 255) = 59.23%
BLUE value IS 27 (10.94% from 255) = 9.41%
R=31.36%
G=59.23%
B=9.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90170270.4700.840.3393.5772.5938.63
Hex5AAA1B2F054215e4927
Octal132252335701244113611147
Binary101101010101010110111011110101010010000110111101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,170,27); }

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

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

 a { background-color: rgb(90,170,27); }

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

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

 span { border-color: rgb(90,170,27); }

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