#5A983D

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

Shades of Limeade #5A983D

Tints of Limeade #5A983D

Color information

#5A983D (or 0x5A983D) is unknown color: approx Limeade. HEX triplet: 5A, 98 and 3D. RGB value is (90,152,61). Sum of RGB (Red+Green+Blue) = 90+152+61=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #5A983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A983D is #A567C2. Grayscale: #7B7B7B. Windows color (decimal): -10840003 or 4036698. OLE color: 4036698.

HSL color Cylindrical-coordinate representation of color #5A983D: hue angle of 100.88º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A983D is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB9015261-
CMYK0.4100.600.40
HSL100.88º42.72%41.76%-
HSV(B)100.88º59.87%59.61%-
XYZ16.2924.978.38-
YUV123.0992.96104.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.70%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=29.70%
G=50.17%
B=20.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90152610.4100.600.40100.8842.7241.76
Hex5A983D2903C28652b2a
Octal1322307551074501455352
Binary10110101001100011110110100101111001010001100101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,152,61); }

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

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

 a { background-color: rgb(90,152,61); }

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

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

 span { border-color: rgb(90,152,61); }

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