#5A9B2D

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

Shades of Limeade #5A9B2D

Tints of Limeade #5A9B2D

Color information

#5A9B2D (or 0x5A9B2D) is unknown color: approx Limeade. HEX triplet: 5A, 9B and 2D. RGB value is (90,155,45). Sum of RGB (Red+Green+Blue) = 90+155+45=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9B2D is #A564D2. Grayscale: #7B7B7B. Windows color (decimal): -10839251 or 2988890. OLE color: 2988890.

HSL color Cylindrical-coordinate representation of color #5A9B2D: hue angle of 95.45º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A9B2D is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB9015545-
CMYK0.4200.710.39
HSL95.45º55%39.22%-
HSV(B)95.45º70.97%60.78%-
XYZ16.4125.816.6-
YUV123.0283.97104.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.03%
GREEN value IS 155 (60.94% from 255) = 53.45%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=31.03%
G=53.45%
B=15.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90155450.4200.710.3995.455539.22
Hex5A9B2D2A047275f3727
Octal13223355520107471376747
Binary101101010011011101101101010010001111001111011111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,155,45); }

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

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

 a { background-color: rgb(90,155,45); }

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

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

 span { border-color: rgb(90,155,45); }

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