#5AA510

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

Shades of Limeade #5AA510

Tints of Limeade #5AA510

Color information

#5AA510 (or 0x5AA510) is unknown color: approx Limeade. HEX triplet: 5A, A5 and 10. RGB value is (90,165,16). Sum of RGB (Red+Green+Blue) = 90+165+16=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 165 (64.84% from 255 or 60.89% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA510 is #A55AEF. Grayscale: #7E7E7E. Windows color (decimal): -10836720 or 1090906. OLE color: 1090906.

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

Color convert

RGB9016516-
CMYK0.4500.900.35
HSL90.2º82.32%35.49%-
HSV(B)90.2º90.3%64.71%-
XYZ17.7729.125.17-
YUV125.5966.15102.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.21%
GREEN value IS 165 (64.84% from 255) = 60.89%
BLUE value IS 16 (6.64% from 255) = 5.90%
R=33.21%
G=60.89%
B=5.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90165160.4500.900.3590.282.3235.49
Hex5AA5102D05A235a5223
Octal132245205501324313212243
Binary101101010100101100001011010101101010001110110101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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