#5AA631

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

Shades of Limeade #5AA631

Tints of Limeade #5AA631

Color information

#5AA631 (or 0x5AA631) is unknown color: approx Limeade. HEX triplet: 5A, A6 and 31. RGB value is (90,166,49). Sum of RGB (Red+Green+Blue) = 90+166+49=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 166 (65.23% from 255 or 54.43% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA631 is #A559CE. Grayscale: #828282. Windows color (decimal): -10836431 or 3253850. OLE color: 3253850.

HSL color Cylindrical-coordinate representation of color #5AA631: hue angle of 98.97º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5AA631 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB9016649-
CMYK0.4600.700.35
HSL98.97º54.42%42.16%-
HSV(B)98.97º70.48%65.1%-
XYZ18.4129.677.66-
YUV129.9482.3299.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.51%
GREEN value IS 166 (65.23% from 255) = 54.43%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=29.51%
G=54.43%
B=16.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90166490.4600.700.3598.9754.4242.16
Hex5AA6312E0462363362a
Octal13224661560106431436652
Binary101101010100110110001101110010001101000111100011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,166,49); }

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

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

 a { background-color: rgb(90,166,49); }

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

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

 span { border-color: rgb(90,166,49); }

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