#6AA32E

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

Shades of Limeade #6AA32E

Tints of Limeade #6AA32E

Color information

#6AA32E (or 0x6AA32E) is unknown color: approx Limeade. HEX triplet: 6A, A3 and 2E. RGB value is (106,163,46). Sum of RGB (Red+Green+Blue) = 106+163+46=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA32E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA32E is #955CD1. Grayscale: #858585. Windows color (decimal): -9788626 or 3056490. OLE color: 3056490.

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

Color convert

RGB10616346-
CMYK0.3500.720.36
HSL89.23º55.98%40.98%-
HSV(B)89.23º71.78%63.92%-
XYZ19.5329.467.24-
YUV132.6279.12109.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.65%
GREEN value IS 163 (64.06% from 255) = 51.75%
BLUE value IS 46 (18.36% from 255) = 14.60%
R=33.65%
G=51.75%
B=14.60%

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
Decimal106163460.3500.720.3689.2355.9840.98
Hex6AA32E2304824593829
Octal15224356430110441317051
Binary110101010100011101110100011010010001001001011001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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