#60AA2E

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

Shades of Limeade #60AA2E

Tints of Limeade #60AA2E

Color information

#60AA2E (or 0x60AA2E) is unknown color: approx Limeade. HEX triplet: 60, AA and 2E. RGB value is (96,170,46). Sum of RGB (Red+Green+Blue) = 96+170+46=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AA2E is #9F55D1. Grayscale: #868686. Windows color (decimal): -10442194 or 3058272. OLE color: 3058272.

HSL color Cylindrical-coordinate representation of color #60AA2E: hue angle of 95.81º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60AA2E is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB9617046-
CMYK0.4400.730.33
HSL95.81º57.41%42.35%-
HSV(B)95.81º72.94%66.67%-
XYZ19.6931.437.61-
YUV133.7478.48101.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 170 (66.80% from 255) = 54.49%
BLUE value IS 46 (18.36% from 255) = 14.74%
R=30.77%
G=54.49%
B=14.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96170460.4400.730.3395.8157.4142.35
Hex60AA2E2C0492160392a
Octal14025256540111411407152
Binary110000010101010101110101100010010011000011100000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,170,46); }

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

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

 a { background-color: rgb(96,170,46); }

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

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

 span { border-color: rgb(96,170,46); }

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