#5A941D

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

Shades of Limeade #5A941D

Tints of Limeade #5A941D

Color information

#5A941D (or 0x5A941D) is unknown color: approx Limeade. HEX triplet: 5A, 94 and 1D. RGB value is (90,148,29). Sum of RGB (Red+Green+Blue) = 90+148+29=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #5A941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A941D is #A56BE2. Grayscale: #757575. Windows color (decimal): -10841059 or 1938522. OLE color: 1938522.

HSL color Cylindrical-coordinate representation of color #5A941D: hue angle of 89.24º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A941D is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB9014829-
CMYK0.3900.800.42
HSL89.24º67.23%34.71%-
HSV(B)89.24º80.41%58.04%-
XYZ15.0323.444.9-
YUV117.0978.28108.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.71%
GREEN value IS 148 (58.20% from 255) = 55.43%
BLUE value IS 29 (11.72% from 255) = 10.86%
R=33.71%
G=55.43%
B=10.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90148290.3900.800.4289.2467.2334.71
Hex5A941D270502A594323
Octal132224354701205213110343
Binary101101010010100111011001110101000010101010110011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A941D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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