#61A122

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

Shades of Limeade #61A122

Tints of Limeade #61A122

Color information

#61A122 (or 0x61A122) is unknown color: approx Limeade. HEX triplet: 61, A1 and 22. RGB value is (97,161,34). Sum of RGB (Red+Green+Blue) = 97+161+34=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #61A122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A122 is #9E5EDD. Grayscale: #7F7F7F. Windows color (decimal): -10378974 or 2269537. OLE color: 2269537.

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

Color convert

RGB9716134-
CMYK0.4000.790.37
HSL90.24º65.13%38.24%-
HSV(B)90.24º78.88%63.14%-
XYZ17.9628.156-
YUV127.3975.3106.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 161 (63.28% from 255) = 55.14%
BLUE value IS 34 (13.67% from 255) = 11.64%
R=33.22%
G=55.14%
B=11.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97161340.4000.790.3790.2465.1338.24
Hex61A1222804F255a4126
Octal141241425001174513210146
Binary1100001101000011000101010000100111110010110110101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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