#61AC29

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

Shades of Limeade #61AC29

Tints of Limeade #61AC29

Color information

#61AC29 (or 0x61AC29) is unknown color: approx Limeade. HEX triplet: 61, AC and 29. RGB value is (97,172,41). Sum of RGB (Red+Green+Blue) = 97+172+41=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AC29 is #9E53D6. Grayscale: #878787. Windows color (decimal): -10376151 or 2731105. OLE color: 2731105.

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

Color convert

RGB9717241-
CMYK0.4400.760.33
HSL94.35º61.5%41.76%-
HSV(B)94.35º76.16%67.45%-
XYZ20.0832.217.26-
YUV134.6475.15101.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 172 (67.58% from 255) = 55.48%
BLUE value IS 41 (16.41% from 255) = 13.23%
R=31.29%
G=55.48%
B=13.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97172410.4400.760.3394.3561.541.76
Hex61AC292C04C215e3e2a
Octal14125451540114411367652
Binary110000110101100101001101100010011001000011011110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AC29; }

 p { color: rgb(97,172,41); }

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

<style>
 a { background-color: #61AC29; }

 a { background-color: rgb(97,172,41); }

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

<style>
 span { border-color: #61AC29; }

 span { border-color: rgb(97,172,41); }

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