#6AA535

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

Shades of Limeade #6AA535

Tints of Limeade #6AA535

Color information

#6AA535 (or 0x6AA535) is unknown color: approx Limeade. HEX triplet: 6A, A5 and 35. RGB value is (106,165,53). Sum of RGB (Red+Green+Blue) = 106+165+53=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA535 is #955ACA. Grayscale: #868686. Windows color (decimal): -9788107 or 3515754. OLE color: 3515754.

HSL color Cylindrical-coordinate representation of color #6AA535: hue angle of 91.61º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6AA535 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB10616553-
CMYK0.3600.680.35
HSL91.61º51.38%42.75%-
HSV(B)91.61º67.88%64.71%-
XYZ20.0430.238.15-
YUV134.5981.95107.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.72%
GREEN value IS 165 (64.84% from 255) = 50.93%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=32.72%
G=50.93%
B=16.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal106165530.3600.680.3591.6151.3842.75
Hex6AA53524044235c332b
Octal15224565440104431346353
Binary110101010100101110101100100010001001000111011100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,165,53); }

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

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

 a { background-color: rgb(106,165,53); }

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

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

 span { border-color: rgb(106,165,53); }

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