#61A32C

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

Shades of Limeade #61A32C

Tints of Limeade #61A32C

Color information

#61A32C (or 0x61A32C) is unknown color: approx Limeade. HEX triplet: 61, A3 and 2C. RGB value is (97,163,44). Sum of RGB (Red+Green+Blue) = 97+163+44=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #61A32C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A32C is #9E5CD3. Grayscale: #828282. Windows color (decimal): -10378452 or 2925409. OLE color: 2925409.

HSL color Cylindrical-coordinate representation of color #61A32C: hue angle of 93.28º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61A32C is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB9716344-
CMYK0.4000.730.36
HSL93.28º57.49%40.59%-
HSV(B)93.28º73.01%63.92%-
XYZ18.4828.926.99-
YUV129.779.63104.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 163 (64.06% from 255) = 53.62%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=31.91%
G=53.62%
B=14.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97163440.4000.730.3693.2857.4940.59
Hex61A32C28049245d3929
Octal14124354500111441357151
Binary110000110100011101100101000010010011001001011101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,163,44); }

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

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

 a { background-color: rgb(97,163,44); }

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

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

 span { border-color: rgb(97,163,44); }

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