#60A537

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

Shades of Limeade #60A537

Tints of Limeade #60A537

Color information

#60A537 (or 0x60A537) is unknown color: approx Limeade. HEX triplet: 60, A5 and 37. RGB value is (96,165,55). Sum of RGB (Red+Green+Blue) = 96+165+55=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #60A537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A537 is #9F5AC8. Grayscale: #848484. Windows color (decimal): -10443465 or 3646816. OLE color: 3646816.

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

Color convert

RGB9616555-
CMYK0.4200.670.35
HSL97.64º50%43.14%-
HSV(B)97.64º66.67%64.71%-
XYZ18.9729.678.34-
YUV131.8384.64102.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 165 (64.84% from 255) = 52.22%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=30.38%
G=52.22%
B=17.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96165550.4200.670.3597.645043.14
Hex60A5372A0432362322b
Octal14024567520103431426253
Binary110000010100101110111101010010000111000111100010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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