#60A437

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

Shades of Limeade #60A437

Tints of Limeade #60A437

Color information

#60A437 (or 0x60A437) is unknown color: approx Limeade. HEX triplet: 60, A4 and 37. RGB value is (96,164,55). Sum of RGB (Red+Green+Blue) = 96+164+55=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #60A437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A437 is #9F5BC8. Grayscale: #838383. Windows color (decimal): -10443721 or 3646560. OLE color: 3646560.

HSL color Cylindrical-coordinate representation of color #60A437: hue angle of 97.43º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60A437 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB9616455-
CMYK0.4100.660.36
HSL97.43º49.77%42.94%-
HSV(B)97.43º66.46%64.31%-
XYZ18.7929.318.28-
YUV131.2484.97102.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 164 (64.45% from 255) = 52.06%
BLUE value IS 55 (21.88% from 255) = 17.46%
R=30.48%
G=52.06%
B=17.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96164550.4100.660.3697.4349.7742.94
Hex60A437290422461322b
Octal14024467510102441416253
Binary110000010100100110111101001010000101001001100001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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