#5A9718

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

Shades of Limeade #5A9718

Tints of Limeade #5A9718

Color information

#5A9718 (or 0x5A9718) is unknown color: approx Limeade. HEX triplet: 5A, 97 and 18. RGB value is (90,151,24). Sum of RGB (Red+Green+Blue) = 90+151+24=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #5A9718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9718 is #A568E7. Grayscale: #767676. Windows color (decimal): -10840296 or 1611610. OLE color: 1611610.

HSL color Cylindrical-coordinate representation of color #5A9718: hue angle of 88.82º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A9718 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB9015124-
CMYK0.4000.840.41
HSL88.82º72.57%34.31%-
HSV(B)88.82º84.11%59.22%-
XYZ15.4524.374.75-
YUV118.2874.79107.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.96%
GREEN value IS 151 (59.38% from 255) = 56.98%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=33.96%
G=56.98%
B=9.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90151240.4000.840.4188.8272.5734.31
Hex5A97182805429594922
Octal132227305001245113111142
Binary101101010010111110001010000101010010100110110011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,151,24); }

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

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

 a { background-color: rgb(90,151,24); }

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

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

 span { border-color: rgb(90,151,24); }

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