#61a12c

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

Shades of Limeade #61A12C

Tints of Limeade #61A12C

Color information

#61A12C (or 0x61A12C) is unknown color: approx Limeade. HEX triplet: 61, A1 and 2C. RGB value is (97,161,44). Sum of RGB (Red+Green+Blue) = 97+161+44=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #61A12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A12C is #9E5ED3. Grayscale: #808080. Windows color (decimal): -10378964 or 2924897. OLE color: 2924897.

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

Color convert

RGB9716144-
CMYK0.4000.730.37
HSL92.82º57.07%40.2%-
HSV(B)92.82º72.67%63.14%-
XYZ18.1328.216.87-
YUV128.5380.3105.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 161 (63.28% from 255) = 53.31%
BLUE value IS 44 (17.58% from 255) = 14.57%
R=32.12%
G=53.31%
B=14.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97161440.4000.730.3792.8257.0740.2
Hex61A12C28049255d3928
Octal14124154500111451357150
Binary110000110100001101100101000010010011001011011101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61a12c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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