#5AA232

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

Shades of Limeade #5AA232

Tints of Limeade #5AA232

Color information

#5AA232 (or 0x5AA232) is unknown color: approx Limeade. HEX triplet: 5A, A2 and 32. RGB value is (90,162,50). Sum of RGB (Red+Green+Blue) = 90+162+50=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA232 is #A55DCD. Grayscale: #808080. Windows color (decimal): -10837454 or 3318362. OLE color: 3318362.

HSL color Cylindrical-coordinate representation of color #5AA232: hue angle of 98.57º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AA232 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB9016250-
CMYK0.4400.690.36
HSL98.57º52.83%41.57%-
HSV(B)98.57º69.14%63.53%-
XYZ17.7128.247.54-
YUV127.784.15101.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 162 (63.67% from 255) = 53.64%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=29.80%
G=53.64%
B=16.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162500.4400.690.3698.5752.8341.57
Hex5AA2322C0452463352a
Octal13224262540105441436552
Binary101101010100010110010101100010001011001001100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,162,50); }

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

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

 a { background-color: rgb(90,162,50); }

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

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

 span { border-color: rgb(90,162,50); }

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