#5A931F

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

Shades of Limeade #5A931F

Tints of Limeade #5A931F

Color information

#5A931F (or 0x5A931F) is unknown color: approx Limeade. HEX triplet: 5A, 93 and 1F. RGB value is (90,147,31). Sum of RGB (Red+Green+Blue) = 90+147+31=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #5A931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A931F is #A56CE0. Grayscale: #757575. Windows color (decimal): -10841313 or 2069338. OLE color: 2069338.

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

Color convert

RGB9014731-
CMYK0.3900.790.42
HSL89.48º65.17%34.9%-
HSV(B)89.48º78.91%57.65%-
XYZ14.923.144.98-
YUV116.7379.62108.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.58%
GREEN value IS 147 (57.81% from 255) = 54.85%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=33.58%
G=54.85%
B=11.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90147310.3900.790.4289.4865.1734.9
Hex5A931F2704F2A594123
Octal132223374701175213110143
Binary101101010010011111111001110100111110101010110011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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