#60AC28

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

Shades of Limeade #60AC28

Tints of Limeade #60AC28

Color information

#60AC28 (or 0x60AC28) is unknown color: approx Limeade. HEX triplet: 60, AC and 28. RGB value is (96,172,40). Sum of RGB (Red+Green+Blue) = 96+172+40=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AC28 is #9F53D7. Grayscale: #868686. Windows color (decimal): -10441688 or 2665568. OLE color: 2665568.

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

Color convert

RGB9617240-
CMYK0.4400.770.33
HSL94.55º62.26%41.57%-
HSV(B)94.55º76.74%67.45%-
XYZ19.9632.157.16-
YUV134.2374.82100.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 172 (67.58% from 255) = 55.84%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=31.17%
G=55.84%
B=12.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96172400.4400.770.3394.5562.2641.57
Hex60AC282C04D215f3e2a
Octal14025450540115411377652
Binary110000010101100101000101100010011011000011011111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,172,40); }

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

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

 a { background-color: rgb(96,172,40); }

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

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

 span { border-color: rgb(96,172,40); }

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