#6AA432

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

Shades of Limeade #6AA432

Tints of Limeade #6AA432

Color information

#6AA432 (or 0x6AA432) is unknown color: approx Limeade. HEX triplet: 6A, A4 and 32. RGB value is (106,164,50). Sum of RGB (Red+Green+Blue) = 106+164+50=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA432 is #955BCD. Grayscale: #868686. Windows color (decimal): -9788366 or 3318890. OLE color: 3318890.

HSL color Cylindrical-coordinate representation of color #6AA432: hue angle of 90.53º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6AA432 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB10616450-
CMYK0.3500.700.36
HSL90.53º53.27%41.96%-
HSV(B)90.53º69.51%64.31%-
XYZ19.829.857.74-
YUV133.6680.78108.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 164 (64.45% from 255) = 51.25%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=33.12%
G=51.25%
B=15.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106164500.3500.700.3690.5353.2741.96
Hex6AA43223046245b352a
Octal15224462430106441336552
Binary110101010100100110010100011010001101001001011011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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