#6AA22A

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

Shades of Limeade #6AA22A

Tints of Limeade #6AA22A

Color information

#6AA22A (or 0x6AA22A) is unknown color: approx Limeade. HEX triplet: 6A, A2 and 2A. RGB value is (106,162,42). Sum of RGB (Red+Green+Blue) = 106+162+42=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA22A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA22A is #955DD5. Grayscale: #848484. Windows color (decimal): -9788886 or 2794090. OLE color: 2794090.

HSL color Cylindrical-coordinate representation of color #6AA22A: hue angle of 88º 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 #6AA22A is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB10616242-
CMYK0.3500.740.36
HSL88º58.82%40%-
HSV(B)88º74.07%63.53%-
XYZ19.2829.076.79-
YUV131.5877.45109.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 162 (63.67% from 255) = 52.26%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=34.19%
G=52.26%
B=13.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106162420.3500.740.368858.8240
Hex6AA22A2304A24583b28
Octal15224252430112441307350
Binary110101010100010101010100011010010101001001011000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AA22A; }

 p { color: rgb(106,162,42); }

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

<style>
 a { background-color: #6AA22A; }

 a { background-color: rgb(106,162,42); }

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

<style>
 span { border-color: #6AA22A; }

 span { border-color: rgb(106,162,42); }

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