#5A9423

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

Shades of Limeade #5A9423

Tints of Limeade #5A9423

Color information

#5A9423 (or 0x5A9423) is unknown color: approx Limeade. HEX triplet: 5A, 94 and 23. RGB value is (90,148,35). Sum of RGB (Red+Green+Blue) = 90+148+35=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9423 is #A56BDC. Grayscale: #767676. Windows color (decimal): -10841053 or 2331738. OLE color: 2331738.

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

Color convert

RGB9014835-
CMYK0.3900.760.42
HSL90.8º61.75%35.88%-
HSV(B)90.8º76.35%58.04%-
XYZ15.1123.475.32-
YUV117.7881.28108.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 148 (58.20% from 255) = 54.21%
BLUE value IS 35 (14.06% from 255) = 12.82%
R=32.97%
G=54.21%
B=12.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90148350.3900.760.4290.861.7535.88
Hex5A94232704C2A5b3e24
Octal13222443470114521337644
Binary101101010010100100011100111010011001010101011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,148,35); }

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

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

 a { background-color: rgb(90,148,35); }

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

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

 span { border-color: rgb(90,148,35); }

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