#5A9C27

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

Shades of Limeade #5A9C27

Tints of Limeade #5A9C27

Color information

#5A9C27 (or 0x5A9C27) is unknown color: approx Limeade. HEX triplet: 5A, 9C and 27. RGB value is (90,156,39). Sum of RGB (Red+Green+Blue) = 90+156+39=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9C27 is #A563D8. Grayscale: #7B7B7B. Windows color (decimal): -10839001 or 2595930. OLE color: 2595930.

HSL color Cylindrical-coordinate representation of color #5A9C27: hue angle of 93.85º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A9C27 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB9015639-
CMYK0.4200.750.39
HSL93.85º60%38.24%-
HSV(B)93.85º75%61.18%-
XYZ16.4726.16.09-
YUV122.9380.63104.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=31.58%
G=54.74%
B=13.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90156390.4200.750.3993.856038.24
Hex5A9C272A04B275e3c26
Octal13223447520113471367446
Binary101101010011100100111101010010010111001111011110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,156,39); }

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

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

 a { background-color: rgb(90,156,39); }

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

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

 span { border-color: rgb(90,156,39); }

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