#6AA42E

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

Shades of Limeade #6AA42E

Tints of Limeade #6AA42E

Color information

#6AA42E (or 0x6AA42E) is unknown color: approx Limeade. HEX triplet: 6A, A4 and 2E. RGB value is (106,164,46). Sum of RGB (Red+Green+Blue) = 106+164+46=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA42E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA42E is #955BD1. Grayscale: #858585. Windows color (decimal): -9788370 or 3056746. OLE color: 3056746.

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

Color convert

RGB10616446-
CMYK0.3500.720.36
HSL89.49º56.19%41.18%-
HSV(B)89.49º71.95%64.31%-
XYZ19.7129.817.3-
YUV133.2178.78108.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 164 (64.45% from 255) = 51.90%
BLUE value IS 46 (18.36% from 255) = 14.56%
R=33.54%
G=51.90%
B=14.56%

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
Decimal106164460.3500.720.3689.4956.1941.18
Hex6AA42E2304824593829
Octal15224456430110441317051
Binary110101010100100101110100011010010001001001011001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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