#60AE2C

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

Shades of Limeade #60AE2C

Tints of Limeade #60AE2C

Color information

#60AE2C (or 0x60AE2C) is unknown color: approx Limeade. HEX triplet: 60, AE and 2C. RGB value is (96,174,44). Sum of RGB (Red+Green+Blue) = 96+174+44=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AE2C is #9F51D3. Grayscale: #888888. Windows color (decimal): -10441172 or 2928224. OLE color: 2928224.

HSL color Cylindrical-coordinate representation of color #60AE2C: hue angle of 96º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60AE2C is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB9617444-
CMYK0.4500.750.32
HSL96º59.63%42.75%-
HSV(B)96º74.71%68.24%-
XYZ20.4132.947.67-
YUV135.8676.1699.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 174 (68.36% from 255) = 55.41%
BLUE value IS 44 (17.58% from 255) = 14.01%
R=30.57%
G=55.41%
B=14.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96174440.4500.750.329659.6342.75
Hex60AE2C2D04B20603c2b
Octal14025654550113401407453
Binary110000010101110101100101101010010111000001100000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,174,44); }

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

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

 a { background-color: rgb(96,174,44); }

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

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

 span { border-color: rgb(96,174,44); }

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