#5A9D26

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

Shades of Limeade #5A9D26

Tints of Limeade #5A9D26

Color information

#5A9D26 (or 0x5A9D26) is unknown color: approx Limeade. HEX triplet: 5A, 9D and 26. RGB value is (90,157,38). Sum of RGB (Red+Green+Blue) = 90+157+38=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 157 (61.72% from 255 or 55.09% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9D26 is #A562D9. Grayscale: #7B7B7B. Windows color (decimal): -10838746 or 2530650. OLE color: 2530650.

HSL color Cylindrical-coordinate representation of color #5A9D26: hue angle of 93.78º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A9D26 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB9015738-
CMYK0.4300.760.38
HSL93.78º61.03%38.24%-
HSV(B)93.78º75.8%61.57%-
XYZ16.6226.436.06-
YUV123.479.8104.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 157 (61.72% from 255) = 55.09%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=31.58%
G=55.09%
B=13.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90157380.4300.760.3893.7861.0338.24
Hex5A9D262B04C265e3d26
Octal13223546530114461367546
Binary101101010011101100110101011010011001001101011110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,157,38); }

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

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

 a { background-color: rgb(90,157,38); }

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

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

 span { border-color: rgb(90,157,38); }

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