#61AC2E

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

Shades of Limeade #61AC2E

Tints of Limeade #61AC2E

Color information

#61AC2E (or 0x61AC2E) is unknown color: approx Limeade. HEX triplet: 61, AC and 2E. RGB value is (97,172,46). Sum of RGB (Red+Green+Blue) = 97+172+46=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AC2E is #9E53D1. Grayscale: #878787. Windows color (decimal): -10376146 or 3058785. OLE color: 3058785.

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

Color convert

RGB9717246-
CMYK0.4400.730.33
HSL95.71º57.8%42.75%-
HSV(B)95.71º73.26%67.45%-
XYZ20.1832.247.75-
YUV135.2177.65100.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 172 (67.58% from 255) = 54.60%
BLUE value IS 46 (18.36% from 255) = 14.60%
R=30.79%
G=54.60%
B=14.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97172460.4400.730.3395.7157.842.75
Hex61AC2E2C04921603a2b
Octal14125456540111411407253
Binary110000110101100101110101100010010011000011100000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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