#61A42A

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

Shades of Limeade #61A42A

Tints of Limeade #61A42A

Color information

#61A42A (or 0x61A42A) is unknown color: approx Limeade. HEX triplet: 61, A4 and 2A. RGB value is (97,164,42). Sum of RGB (Red+Green+Blue) = 97+164+42=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #61A42A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A42A is #9E5BD5. Grayscale: #828282. Windows color (decimal): -10378198 or 2794593. OLE color: 2794593.

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

Color convert

RGB9716442-
CMYK0.4100.740.36
HSL92.95º59.22%40.39%-
HSV(B)92.95º74.39%64.31%-
XYZ18.6229.266.86-
YUV130.0678.3104.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 164 (64.45% from 255) = 54.13%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=32.01%
G=54.13%
B=13.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97164420.4100.740.3692.9559.2240.39
Hex61A42A2904A245d3b28
Octal14124452510112441357350
Binary110000110100100101010101001010010101001001011101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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