#60A829

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

Shades of Limeade #60A829

Tints of Limeade #60A829

Color information

#60A829 (or 0x60A829) is unknown color: approx Limeade. HEX triplet: 60, A8 and 29. RGB value is (96,168,41). Sum of RGB (Red+Green+Blue) = 96+168+41=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #60A829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A829 is #9F57D6. Grayscale: #848484. Windows color (decimal): -10442711 or 2730080. OLE color: 2730080.

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

Color convert

RGB9616841-
CMYK0.4300.760.34
HSL94.02º60.77%40.98%-
HSV(B)94.02º75.6%65.88%-
XYZ19.2330.657-
YUV131.9976.65102.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 168 (66.02% from 255) = 55.08%
BLUE value IS 41 (16.41% from 255) = 13.44%
R=31.48%
G=55.08%
B=13.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal96168410.4300.760.3494.0260.7740.98
Hex60A8292B04C225e3d29
Octal14025051530114421367551
Binary110000010101000101001101011010011001000101011110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,168,41); }

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

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

 a { background-color: rgb(96,168,41); }

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

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

 span { border-color: rgb(96,168,41); }

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