#5AA51B

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

Shades of Limeade #5AA51B

Tints of Limeade #5AA51B

Color information

#5AA51B (or 0x5AA51B) is unknown color: approx Limeade. HEX triplet: 5A, A5 and 1B. RGB value is (90,165,27). Sum of RGB (Red+Green+Blue) = 90+165+27=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA51B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA51B is #A55AE4. Grayscale: #7F7F7F. Windows color (decimal): -10836709 or 1811802. OLE color: 1811802.

HSL color Cylindrical-coordinate representation of color #5AA51B: hue angle of 92.61º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5AA51B is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB9016527-
CMYK0.4500.840.35
HSL92.61º71.88%37.65%-
HSV(B)92.61º83.64%64.71%-
XYZ17.8729.165.72-
YUV126.8471.65101.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 165 (64.84% from 255) = 58.51%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=31.91%
G=58.51%
B=9.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90165270.4500.840.3592.6171.8837.65
Hex5AA51B2D054235d4826
Octal132245335501244313511046
Binary101101010100101110111011010101010010001110111011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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