#6AA22B

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

Shades of Limeade #6AA22B

Tints of Limeade #6AA22B

Color information

#6AA22B (or 0x6AA22B) is unknown color: approx Limeade. HEX triplet: 6A, A2 and 2B. RGB value is (106,162,43). Sum of RGB (Red+Green+Blue) = 106+162+43=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA22B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA22B is #955DD4. Grayscale: #848484. Windows color (decimal): -9788885 or 2859626. OLE color: 2859626.

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

Color convert

RGB10616243-
CMYK0.3500.730.36
HSL88.24º58.05%40.2%-
HSV(B)88.24º73.46%63.53%-
XYZ19.329.086.88-
YUV131.6977.95109.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.08%
GREEN value IS 162 (63.67% from 255) = 52.09%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=34.08%
G=52.09%
B=13.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106162430.3500.730.3688.2458.0540.2
Hex6AA22B2304924583a28
Octal15224253430111441307250
Binary110101010100010101011100011010010011001001011000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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