#61AE2A

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

Shades of Limeade #61AE2A

Tints of Limeade #61AE2A

Color information

#61AE2A (or 0x61AE2A) is unknown color: approx Limeade. HEX triplet: 61, AE and 2A. RGB value is (97,174,42). Sum of RGB (Red+Green+Blue) = 97+174+42=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #61AE2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AE2A is #9E51D5. Grayscale: #888888. Windows color (decimal): -10375638 or 2797153. OLE color: 2797153.

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

Color convert

RGB9717442-
CMYK0.4400.760.32
HSL95º61.11%42.35%-
HSV(B)95º75.86%68.24%-
XYZ20.4832.987.48-
YUV135.9374.99100.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 174 (68.36% from 255) = 55.59%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=30.99%
G=55.59%
B=13.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97174420.4400.760.329561.1142.35
Hex61AE2A2C04C205f3d2a
Octal14125652540114401377552
Binary110000110101110101010101100010011001000001011111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,174,42); }

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

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

 a { background-color: rgb(97,174,42); }

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

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

 span { border-color: rgb(97,174,42); }

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