#6AA22E

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

Shades of Limeade #6AA22E

Tints of Limeade #6AA22E

Color information

#6AA22E (or 0x6AA22E) is unknown color: approx Limeade. HEX triplet: 6A, A2 and 2E. RGB value is (106,162,46). Sum of RGB (Red+Green+Blue) = 106+162+46=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA22E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA22E is #955DD1. Grayscale: #848484. Windows color (decimal): -9788882 or 3056234. OLE color: 3056234.

HSL color Cylindrical-coordinate representation of color #6AA22E: hue angle of 88.97º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6AA22E is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB10616246-
CMYK0.3500.720.36
HSL88.97º55.77%40.78%-
HSV(B)88.97º71.6%63.53%-
XYZ19.3629.17.18-
YUV132.0379.45109.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.76%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 46 (18.36% from 255) = 14.65%
R=33.76%
G=51.59%
B=14.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106162460.3500.720.3688.9755.7740.78
Hex6AA22E2304824593829
Octal15224256430110441317051
Binary110101010100010101110100011010010001001001011001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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