#60A532

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

Shades of Limeade #60A532

Tints of Limeade #60A532

Color information

#60A532 (or 0x60A532) is unknown color: approx Limeade. HEX triplet: 60, A5 and 32. RGB value is (96,165,50). Sum of RGB (Red+Green+Blue) = 96+165+50=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #60A532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A532 is #9F5ACD. Grayscale: #838383. Windows color (decimal): -10443470 or 3319136. OLE color: 3319136.

HSL color Cylindrical-coordinate representation of color #60A532: hue angle of 96º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60A532 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB9616550-
CMYK0.4200.700.35
HSL96º53.49%42.16%-
HSV(B)96º69.7%64.71%-
XYZ18.8529.637.74-
YUV131.2682.14102.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 165 (64.84% from 255) = 53.05%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=30.87%
G=53.05%
B=16.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96165500.4200.700.359653.4942.16
Hex60A5322A0462360352a
Octal14024562520106431406552
Binary110000010100101110010101010010001101000111100000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A532; }

 p { color: rgb(96,165,50); }

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

<style>
 a { background-color: #60A532; }

 a { background-color: rgb(96,165,50); }

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

<style>
 span { border-color: #60A532; }

 span { border-color: rgb(96,165,50); }

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