#5AA310

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

Shades of Limeade #5AA310

Tints of Limeade #5AA310

Color information

#5AA310 (or 0x5AA310) is unknown color: approx Limeade. HEX triplet: 5A, A3 and 10. RGB value is (90,163,16). Sum of RGB (Red+Green+Blue) = 90+163+16=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA310 is #A55CEF. Grayscale: #7C7C7C. Windows color (decimal): -10837232 or 1090394. OLE color: 1090394.

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

Color convert

RGB9016316-
CMYK0.4500.900.36
HSL89.8º82.12%35.1%-
HSV(B)89.8º90.18%63.92%-
XYZ17.4128.415.06-
YUV124.4266.82103.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 163 (64.06% from 255) = 60.59%
BLUE value IS 16 (6.64% from 255) = 5.95%
R=33.46%
G=60.59%
B=5.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163160.4500.900.3689.882.1235.1
Hex5AA3102D05A245a5223
Octal132243205501324413212243
Binary101101010100011100001011010101101010010010110101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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