#60A61C

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

Shades of Limeade #60A61C

Tints of Limeade #60A61C

Color information

#60A61C (or 0x60A61C) is unknown color: approx Limeade. HEX triplet: 60, A6 and 1C. RGB value is (96,166,28). Sum of RGB (Red+Green+Blue) = 96+166+28=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 166 (65.23% from 255 or 57.24% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 166 - color contains mainly: green. Hex color #60A61C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A61C is #9F59E3. Grayscale: #818181. Windows color (decimal): -10443236 or 1877600. OLE color: 1877600.

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

Color convert

RGB9616628-
CMYK0.4200.830.35
HSL90.43º71.13%38.04%-
HSV(B)90.43º83.13%65.1%-
XYZ18.6729.845.87-
YUV129.3470.81104.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 166 (65.23% from 255) = 57.24%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=33.10%
G=57.24%
B=9.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96166280.4200.830.3590.4371.1338.04
Hex60A61C2A053235a4726
Octal140246345201234313210746
Binary110000010100110111001010100101001110001110110101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,166,28); }

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

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

 a { background-color: rgb(96,166,28); }

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

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

 span { border-color: rgb(96,166,28); }

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