#5AA71D

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

Shades of Limeade #5AA71D

Tints of Limeade #5AA71D

Color information

#5AA71D (or 0x5AA71D) is unknown color: approx Limeade. HEX triplet: 5A, A7 and 1D. RGB value is (90,167,29). Sum of RGB (Red+Green+Blue) = 90+167+29=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 167 (65.62% from 255 or 58.39% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA71D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA71D is #A558E2. Grayscale: #808080. Windows color (decimal): -10836195 or 1943386. OLE color: 1943386.

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

Color convert

RGB9016729-
CMYK0.4600.830.35
HSL93.48º70.41%38.43%-
HSV(B)93.48º82.63%65.49%-
XYZ18.2629.95.97-
YUV128.2471.99100.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 167 (65.62% from 255) = 58.39%
BLUE value IS 29 (11.72% from 255) = 10.14%
R=31.47%
G=58.39%
B=10.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90167290.4600.830.3593.4870.4138.43
Hex5AA71D2E053235d4626
Octal132247355601234313510646
Binary101101010100111111011011100101001110001110111011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,167,29); }

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

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

 a { background-color: rgb(90,167,29); }

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

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

 span { border-color: rgb(90,167,29); }

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