#5A931E

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

Shades of Limeade #5A931E

Tints of Limeade #5A931E

Color information

#5A931E (or 0x5A931E) is unknown color: approx Limeade. HEX triplet: 5A, 93 and 1E. RGB value is (90,147,30). Sum of RGB (Red+Green+Blue) = 90+147+30=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #5A931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A931E is #A56CE1. Grayscale: #757575. Windows color (decimal): -10841314 or 2003802. OLE color: 2003802.

HSL color Cylindrical-coordinate representation of color #5A931E: hue angle of 89.23º degrees, saturation: 0.66, 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 #5A931E is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB9014730-
CMYK0.3900.800.42
HSL89.23º66.1%34.71%-
HSV(B)89.23º79.59%57.65%-
XYZ14.8823.134.91-
YUV116.6279.12109.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.71%
GREEN value IS 147 (57.81% from 255) = 55.06%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=33.71%
G=55.06%
B=11.24%

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
Decimal90147300.3900.800.4289.2366.134.71
Hex5A931E270502A594223
Octal132223364701205213110243
Binary101101010010011111101001110101000010101010110011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A931E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,147,30); }

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

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

 a { background-color: rgb(90,147,30); }

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

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

 span { border-color: rgb(90,147,30); }

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